Color Hex Logo

#cfd77d Color Hex

#CFD77D
(207,215,125)
0 Favorites   0 Comments

Color spaces of #cfd77d

RGB 207215125
HSL0.180.530.67
HSV65°42°84°
CMYK 0.040.000.42   0.16
XYZ53.734263.346928.7971
Yxy63.34690.36830.4342
Hunter Lab79.5908-18.772934.2615
CIE-Lab83.6246-15.981043.3878

#cfd77d color RGB value is (207,215,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010111 01111101
Octal 317 327 175
Decimal 207 215 125
Hex CF D7 7D

RGB Percentages of Color #cfd77d

%37.84
%39.31
%22.85

CMYK Percentages of Color #cfd77d

%4
%0
%42
%16

Triadic Colors of #cfd77d

#cfd77d #7dcfd7 #d77dcf

Analogous Colors of #cfd77d

#cfd77d #a2d77d #d7b27d

Monochromatic Colors of #cfd77d

#cfd77d

Complementary Color

#cfd77d #857dd7

#cfd77d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd77d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd77d Color CSS Codes

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

#cfd77d Text Font Color

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

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


#cfd77d Background Color

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

This div background color is #cfd77d


#cfd77d Border Color

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

This div border color is #cfd77d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd77d


Comments

No comments written yet.

Please login to write comment.