Color Hex Logo

#cfde7f Color Hex

#CFDE7F
(207,222,127)
0 Favorites   0 Comments

Color spaces of #cfde7f

RGB 207222127
HSL0.190.590.68
HSV69°43°87°
CMYK 0.070.000.43   0.13
XYZ55.684267.040330.0839
Yxy67.04030.36440.4387
Hunter Lab81.8781-21.891335.5302
CIE-Lab85.5243-19.227744.7788

#cfde7f color RGB value is (207,222,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011110 01111111
Octal 317 336 177
Decimal 207 222 127
Hex CF DE 7F

RGB Percentages of Color #cfde7f

%37.23
%39.93
%22.84

CMYK Percentages of Color #cfde7f

%7
%0
%43
%13

Triadic Colors of #cfde7f

#cfde7f #7fcfde #de7fcf

Analogous Colors of #cfde7f

#cfde7f #a0de7f #debe7f

Monochromatic Colors of #cfde7f

#cfde7f

Complementary Color

#cfde7f #8e7fde

#cfde7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfde7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfde7f Color CSS Codes

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

#cfde7f Text Font Color

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

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


#cfde7f Background Color

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

This div background color is #cfde7f


#cfde7f Border Color

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

This div border color is #cfde7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfde7f


Comments

No comments written yet.

Please login to write comment.