Color Hex Logo

#cfd94e Color Hex

#CFD94E
(207,217,78)
0 Favorites   0 Comments

Color spaces of #cfd94e

RGB 20721778
HSL0.180.650.58
HSV64°64°85°
CMYK 0.050.000.64   0.15
XYZ51.920163.441216.7166
Yxy63.44120.39310.4803
Hunter Lab79.6500-23.031743.3115
CIE-Lab83.6740-20.900064.7591

#cfd94e color RGB value is (207,217,78).

#cfd94e hex color red value is 207, green value is 217 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #cfd94e hue: 0.18 , saturation: 0.65 and the lightness value of cfd94e is 0.58.

The process color (four color CMYK) of #cfd94e color hex is 0.05, 0.00, 0.64, 0.15. Web safe color of #cfd94e is #cccc66. Color #cfd94e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011001 01001110
Octal 317 331 116
Decimal 207 217 78
Hex CF D9 4E

RGB Percentages of Color #cfd94e

%41.24
%43.23
%15.54

CMYK Percentages of Color #cfd94e

%5
%0
%64
%15

Triadic Colors of #cfd94e

#cfd94e #4ecfd9 #d94ecf

Analogous Colors of #cfd94e

#cfd94e #8ad94e #d99e4e

Monochromatic Colors of #cfd94e

#cfd94e

Complementary Color

#cfd94e #584ed9

#cfd94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd94e Color CSS Codes

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

#cfd94e Text Font Color

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

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


#cfd94e Background Color

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

This div background color is #cfd94e


#cfd94e Border Color

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

This div border color is #cfd94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd94e


Comments

No comments written yet.

Please login to write comment.