Color Hex Logo

#cfd660 Color Hex

#CFD660
(207,214,96)
0 Favorites   0 Comments

Color spaces of #cfd660

RGB 20721496
HSL0.180.590.61
HSV64°55°84°
CMYK 0.030.000.55   0.16
XYZ51.890062.203120.3378
Yxy62.20310.38600.4627
Hunter Lab78.8689-20.580739.9192
CIE-Lab83.0213-18.165856.4005

#cfd660 color RGB value is (207,214,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010110 01100000
Octal 317 326 140
Decimal 207 214 96
Hex CF D6 60

RGB Percentages of Color #cfd660

%40.04
%41.39
%18.57

CMYK Percentages of Color #cfd660

%3
%0
%55
%16

Triadic Colors of #cfd660

#cfd660 #60cfd6 #d660cf

Analogous Colors of #cfd660

#cfd660 #94d660 #d6a260

Monochromatic Colors of #cfd660

#cfd660

Complementary Color

#cfd660 #6760d6

#cfd660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd660 Color CSS Codes

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

#cfd660 Text Font Color

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

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


#cfd660 Background Color

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

This div background color is #cfd660


#cfd660 Border Color

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

This div border color is #cfd660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd660


Comments

No comments written yet.

Please login to write comment.