Color Hex Logo

#cedf72 Color Hex

#CEDF72
(206,223,114)
0 Favorites   0 Comments

Color spaces of #cedf72

RGB 206223114
HSL0.190.630.66
HSV69°49°87°
CMYK 0.080.000.49   0.13
XYZ54.878567.112125.9811
Yxy67.11210.37090.4535
Hunter Lab81.9220-23.788638.5419
CIE-Lab85.5605-21.411551.0546

#cedf72 color RGB value is (206,223,114).

#cedf72 hex color red value is 206, green value is 223 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cedf72 hue: 0.19 , saturation: 0.63 and the lightness value of cedf72 is 0.66.

The process color (four color CMYK) of #cedf72 color hex is 0.08, 0.00, 0.49, 0.13. Web safe color of #cedf72 is #cccc66. Color #cedf72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011111 01110010
Octal 316 337 162
Decimal 206 223 114
Hex CE DF 72

RGB Percentages of Color #cedf72

%37.94
%41.07
%20.99

CMYK Percentages of Color #cedf72

%8
%0
%49
%13

Triadic Colors of #cedf72

#cedf72 #72cedf #df72ce

Analogous Colors of #cedf72

#cedf72 #98df72 #dfba72

Monochromatic Colors of #cedf72

#cedf72

Complementary Color

#cedf72 #8372df

#cedf72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedf72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedf72 Color CSS Codes

.mybgcolor {background-color:#cedf72; } 
.myforecolor {color:#cedf72; }
.mybordercolor {border:3px solid #cedf72; }

#cedf72 Text Font Color

<p style="color:#cedf72">Text here</p>

This sample text font color is #cedf72
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cedf72 Background Color

<div style="background-color:#cedf72">
Div content here</div>

This div background color is #cedf72


#cedf72 Border Color

<div style="border:3px solid #cedf72">
Div here</div>

This div border color is #cedf72


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,223,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cedf72; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cedf72;
  -webkit-box-shadow: 1px 1px 3px 2px #cedf72;
  box-shadow:         1px 1px 3px 2px #cedf72; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,223,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cedf72">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cedf72;
  -webkit-box-shadow: 1px 1px 3px 2px #cedf72;
  box-shadow:         1px 1px 3px 2px #cedf72;">
Div content here</div>

This div box has shadow with color #cedf72


Comments

No comments written yet.

Please login to write comment.