Color Hex Logo

#cfde72 Color Hex

#CFDE72
(207,222,114)
0 Favorites   0 Comments

Color spaces of #cfde72

RGB 207222114
HSL0.190.620.66
HSV68°49°87°
CMYK 0.070.000.49   0.13
XYZ54.890766.722925.9053
Yxy66.72290.37210.4523
Hunter Lab81.6841-22.997438.3756
CIE-Lab85.3638-20.532850.8362

#cfde72 color RGB value is (207,222,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011110 01110010
Octal 317 336 162
Decimal 207 222 114
Hex CF DE 72

RGB Percentages of Color #cfde72

%38.12
%40.88
%20.99

CMYK Percentages of Color #cfde72

%7
%0
%49
%13

Triadic Colors of #cfde72

#cfde72 #72cfde #de72cf

Analogous Colors of #cfde72

#cfde72 #99de72 #deb772

Monochromatic Colors of #cfde72

#cfde72

Complementary Color

#cfde72 #8172de

#cfde72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfde72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfde72 Color CSS Codes

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

#cfde72 Text Font Color

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

This sample text font color is #cfde72
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.


#cfde72 Background Color

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

This div background color is #cfde72


#cfde72 Border Color

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

This div border color is #cfde72


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,222,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 #cfde72">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfde72


Comments

No comments written yet.

Please login to write comment.