Color Hex Logo

#cfe04f Color Hex

#CFE04F
(207,224,79)
0 Favorites   0 Comments

Color spaces of #cfe04f

RGB 20722479
HSL0.190.700.59
HSV67°65°88°
CMYK 0.080.000.65   0.12
XYZ53.799167.141217.5212
Yxy67.14120.38850.4849
Hunter Lab81.9397-26.196944.6798
CIE-Lab85.5752-24.222566.3458

#cfe04f color RGB value is (207,224,79).

#cfe04f hex color red value is 207, green value is 224 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cfe04f hue: 0.19 , saturation: 0.70 and the lightness value of cfe04f is 0.59.

The process color (four color CMYK) of #cfe04f color hex is 0.08, 0.00, 0.65, 0.12. Web safe color of #cfe04f is #cccc66. Color #cfe04f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100000 01001111
Octal 317 340 117
Decimal 207 224 79
Hex CF E0 4F

RGB Percentages of Color #cfe04f

%40.59
%43.92
%15.49

CMYK Percentages of Color #cfe04f

%8
%0
%65
%12

Triadic Colors of #cfe04f

#cfe04f #4fcfe0 #e04fcf

Analogous Colors of #cfe04f

#cfe04f #87e04f #e0a94f

Monochromatic Colors of #cfe04f

#cfe04f

Complementary Color

#cfe04f #604fe0

#cfe04f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe04f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe04f Color CSS Codes

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

#cfe04f Text Font Color

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

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


#cfe04f Background Color

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

This div background color is #cfe04f


#cfe04f Border Color

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

This div border color is #cfe04f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe04f


Comments

No comments written yet.

Please login to write comment.