Color Hex Logo

#cfde7c Color Hex

#CFDE7C
(207,222,124)
0 Favorites   0 Comments

Color spaces of #cfde7c

RGB 207222124
HSL0.190.600.68
HSV69°44°87°
CMYK 0.070.000.44   0.13
XYZ55.491566.963229.0693
Yxy66.96320.36620.4419
Hunter Lab81.8310-22.159436.2198
CIE-Lab85.4854-19.543046.1929

#cfde7c color RGB value is (207,222,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011110 01111100
Octal 317 336 174
Decimal 207 222 124
Hex CF DE 7C

RGB Percentages of Color #cfde7c

%37.43
%40.14
%22.42

CMYK Percentages of Color #cfde7c

%7
%0
%44
%13

Triadic Colors of #cfde7c

#cfde7c #7ccfde #de7ccf

Analogous Colors of #cfde7c

#cfde7c #9ede7c #debc7c

Monochromatic Colors of #cfde7c

#cfde7c

Complementary Color

#cfde7c #8b7cde

#cfde7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfde7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfde7c Color CSS Codes

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

#cfde7c Text Font Color

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

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


#cfde7c Background Color

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

This div background color is #cfde7c


#cfde7c Border Color

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

This div border color is #cfde7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfde7c


Comments

No comments written yet.

Please login to write comment.