Color Hex Logo

#cfd85e Color Hex

#CFD85E
(207,216,94)
0 Favorites   0 Comments

Color spaces of #cfd85e

RGB 20721694
HSL0.180.610.61
HSV64°56°85°
CMYK 0.040.000.56   0.15
XYZ52.308463.185320.0287
Yxy63.18530.38600.4662
Hunter Lab79.4892-21.642940.7033
CIE-Lab83.5398-19.305157.8766

#cfd85e color RGB value is (207,216,94).

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

The process color (four color CMYK) of #cfd85e color hex is 0.04, 0.00, 0.56, 0.15. Web safe color of #cfd85e is #cccc66. Color #cfd85e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011000 01011110
Octal 317 330 136
Decimal 207 216 94
Hex CF D8 5E

RGB Percentages of Color #cfd85e

%40.04
%41.78
%18.18

CMYK Percentages of Color #cfd85e

%4
%0
%56
%15

Triadic Colors of #cfd85e

#cfd85e #5ecfd8 #d85ecf

Analogous Colors of #cfd85e

#cfd85e #92d85e #d8a45e

Monochromatic Colors of #cfd85e

#cfd85e

Complementary Color

#cfd85e #675ed8

#cfd85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd85e Color CSS Codes

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

#cfd85e Text Font Color

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

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


#cfd85e Background Color

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

This div background color is #cfd85e


#cfd85e Border Color

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

This div border color is #cfd85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd85e


Comments

No comments written yet.

Please login to write comment.