Color Hex Logo

#cfd57d Color Hex

#CFD57D
(207,213,125)
0 Favorites   0 Comments

Color spaces of #cfd57d

RGB 207213125
HSL0.180.510.66
HSV64°41°84°
CMYK 0.030.000.41   0.16
XYZ53.228062.334628.6284
Yxy62.33460.36910.4323
Hunter Lab78.9523-17.825433.7678
CIE-Lab83.0910-14.983742.7191

#cfd57d color RGB value is (207,213,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010101 01111101
Octal 317 325 175
Decimal 207 213 125
Hex CF D5 7D

RGB Percentages of Color #cfd57d

%37.98
%39.08
%22.94

CMYK Percentages of Color #cfd57d

%3
%0
%41
%16

Triadic Colors of #cfd57d

#cfd57d #7dcfd5 #d57dcf

Analogous Colors of #cfd57d

#cfd57d #a3d57d #d5af7d

Monochromatic Colors of #cfd57d

#cfd57d

Complementary Color

#cfd57d #837dd5

#cfd57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd57d Color CSS Codes

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

#cfd57d Text Font Color

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

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


#cfd57d Background Color

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

This div background color is #cfd57d


#cfd57d Border Color

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

This div border color is #cfd57d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd57d


Comments

No comments written yet.

Please login to write comment.