Color Hex Logo

#cfd15d Color Hex

#CFD15D
(207,209,93)
0 Favorites   0 Comments

Color spaces of #cfd15d

RGB 20720993
HSL0.170.560.59
HSV61°56°82°
CMYK 0.010.000.56   0.18
XYZ50.508459.656619.2087
Yxy59.65660.39040.4611
Hunter Lab77.2377-18.438639.3212
CIE-Lab81.6512-15.919556.1943

#cfd15d color RGB value is (207,209,93).

#cfd15d hex color red value is 207, green value is 209 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cfd15d hue: 0.17 , saturation: 0.56 and the lightness value of cfd15d is 0.59.

The process color (four color CMYK) of #cfd15d color hex is 0.01, 0.00, 0.56, 0.18. Web safe color of #cfd15d is #cccc66. Color #cfd15d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010001 01011101
Octal 317 321 135
Decimal 207 209 93
Hex CF D1 5D

RGB Percentages of Color #cfd15d

%40.67
%41.06
%18.27

CMYK Percentages of Color #cfd15d

%1
%0
%56
%18

Triadic Colors of #cfd15d

#cfd15d #5dcfd1 #d15dcf

Analogous Colors of #cfd15d

#cfd15d #95d15d #d1995d

Monochromatic Colors of #cfd15d

#cfd15d

Complementary Color

#cfd15d #5f5dd1

#cfd15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd15d Color CSS Codes

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

#cfd15d Text Font Color

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

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


#cfd15d Background Color

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

This div background color is #cfd15d


#cfd15d Border Color

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

This div border color is #cfd15d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd15d


Comments

No comments written yet.

Please login to write comment.