Color Hex Logo

#cfd66f Color Hex

#CFD66F
(207,214,111)
0 Favorites   0 Comments

Color spaces of #cfd66f

RGB 207214111
HSL0.180.560.64
HSV64°48°84°
CMYK 0.030.000.48   0.16
XYZ52.647962.506224.3290
Yxy62.50620.37750.4481
Hunter Lab79.0609-19.490537.0976
CIE-Lab83.1819-16.877949.6407

#cfd66f color RGB value is (207,214,111).

#cfd66f hex color red value is 207, green value is 214 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cfd66f hue: 0.18 , saturation: 0.56 and the lightness value of cfd66f is 0.64.

The process color (four color CMYK) of #cfd66f color hex is 0.03, 0.00, 0.48, 0.16. Web safe color of #cfd66f is #cccc66. Color #cfd66f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010110 01101111
Octal 317 326 157
Decimal 207 214 111
Hex CF D6 6F

RGB Percentages of Color #cfd66f

%38.91
%40.23
%20.86

CMYK Percentages of Color #cfd66f

%3
%0
%48
%16

Triadic Colors of #cfd66f

#cfd66f #6fcfd6 #d66fcf

Analogous Colors of #cfd66f

#cfd66f #9cd66f #d6aa6f

Monochromatic Colors of #cfd66f

#cfd66f

Complementary Color

#cfd66f #766fd6

#cfd66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd66f Color CSS Codes

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

#cfd66f Text Font Color

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

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


#cfd66f Background Color

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

This div background color is #cfd66f


#cfd66f Border Color

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

This div border color is #cfd66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd66f


Comments

No comments written yet.

Please login to write comment.