Color Hex Logo

#cfde5f Color Hex

#CFDE5F
(207,222,95)
0 Favorites   0 Comments

Color spaces of #cfde5f

RGB 20722295
HSL0.190.660.62
HSV67°57°87°
CMYK 0.070.000.57   0.13
XYZ53.919066.334220.7884
Yxy66.33420.38230.4703
Hunter Lab81.4458-24.359141.8788
CIE-Lab85.1666-22.154359.2611

#cfde5f color RGB value is (207,222,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011110 01011111
Octal 317 336 137
Decimal 207 222 95
Hex CF DE 5F

RGB Percentages of Color #cfde5f

%39.50
%42.37
%18.13

CMYK Percentages of Color #cfde5f

%7
%0
%57
%13

Triadic Colors of #cfde5f

#cfde5f #5fcfde #de5fcf

Analogous Colors of #cfde5f

#cfde5f #90de5f #deae5f

Monochromatic Colors of #cfde5f

#cfde5f

Complementary Color

#cfde5f #6e5fde

#cfde5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfde5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfde5f Color CSS Codes

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

#cfde5f Text Font Color

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

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


#cfde5f Background Color

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

This div background color is #cfde5f


#cfde5f Border Color

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

This div border color is #cfde5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfde5f


Comments

No comments written yet.

Please login to write comment.