Color Hex Logo

#cfde7a Color Hex

#CFDE7A
(207,222,122)
0 Favorites   0 Comments

Color spaces of #cfde7a

RGB 207222122
HSL0.190.600.67
HSV69°45°87°
CMYK 0.070.000.45   0.13
XYZ55.366366.913128.4098
Yxy66.91310.36740.4440
Hunter Lab81.8004-22.333736.6685
CIE-Lab85.4600-19.748447.1306

#cfde7a color RGB value is (207,222,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011110 01111010
Octal 317 336 172
Decimal 207 222 122
Hex CF DE 7A

RGB Percentages of Color #cfde7a

%37.57
%40.29
%22.14

CMYK Percentages of Color #cfde7a

%7
%0
%45
%13

Triadic Colors of #cfde7a

#cfde7a #7acfde #de7acf

Analogous Colors of #cfde7a

#cfde7a #9dde7a #debb7a

Monochromatic Colors of #cfde7a

#cfde7a

Complementary Color

#cfde7a #897ade

#cfde7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfde7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfde7a Color CSS Codes

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

#cfde7a Text Font Color

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

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


#cfde7a Background Color

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

This div background color is #cfde7a


#cfde7a Border Color

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

This div border color is #cfde7a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,222,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfde7a


Comments

No comments written yet.

Please login to write comment.