Color Hex Logo

#cfd77c Color Hex

#CFD77C
(207,215,124)
0 Favorites   0 Comments

Color spaces of #cfd77c

RGB 207215124
HSL0.180.530.66
HSV65°42°84°
CMYK 0.040.000.42   0.16
XYZ53.670763.321528.4623
Yxy63.32150.36900.4353
Hunter Lab79.5748-18.863334.4955
CIE-Lab83.6112-16.086543.8643

#cfd77c color RGB value is (207,215,124).

#cfd77c hex color red value is 207, green value is 215 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cfd77c hue: 0.18 , saturation: 0.53 and the lightness value of cfd77c is 0.66.

The process color (four color CMYK) of #cfd77c color hex is 0.04, 0.00, 0.42, 0.16. Web safe color of #cfd77c is #cccc66. Color #cfd77c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010111 01111100
Octal 317 327 174
Decimal 207 215 124
Hex CF D7 7C

RGB Percentages of Color #cfd77c

%37.91
%39.38
%22.71

CMYK Percentages of Color #cfd77c

%4
%0
%42
%16

Triadic Colors of #cfd77c

#cfd77c #7ccfd7 #d77ccf

Analogous Colors of #cfd77c

#cfd77c #a2d77c #d7b27c

Monochromatic Colors of #cfd77c

#cfd77c

Complementary Color

#cfd77c #847cd7

#cfd77c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd77c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd77c Color CSS Codes

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

#cfd77c Text Font Color

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

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


#cfd77c Background Color

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

This div background color is #cfd77c


#cfd77c Border Color

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

This div border color is #cfd77c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,215,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 #cfd77c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd77c


Comments

No comments written yet.

Please login to write comment.