Color Hex Logo

#cfe41f Color Hex

#CFE41F
(207,228,31)
0 Favorites   0 Comments

Color spaces of #cfe41f

RGB 20722831
HSL0.180.780.51
HSV66°86°89°
CMYK 0.090.000.86   0.11
XYZ53.722968.851111.7544
Yxy68.85110.39990.5126
Hunter Lab82.9766-29.639849.6846
CIE-Lab86.4303-28.103581.3732

#cfe41f color RGB value is (207,228,31).

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

The process color (four color CMYK) of #cfe41f color hex is 0.09, 0.00, 0.86, 0.11. Web safe color of #cfe41f is #cccc33. Color #cfe41f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100100 00011111
Octal 317 344 37
Decimal 207 228 31
Hex CF E4 1F

RGB Percentages of Color #cfe41f

%44.42
%48.93
%6.65

CMYK Percentages of Color #cfe41f

%9
%0
%86
%11

Triadic Colors of #cfe41f

#cfe41f #1fcfe4 #e41fcf

Analogous Colors of #cfe41f

#cfe41f #6de41f #e4971f

Monochromatic Colors of #cfe41f

#cfe41f

Complementary Color

#cfe41f #341fe4

#cfe41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe41f Color CSS Codes

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

#cfe41f Text Font Color

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

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


#cfe41f Background Color

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

This div background color is #cfe41f


#cfe41f Border Color

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

This div border color is #cfe41f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe41f


Comments

No comments written yet.

Please login to write comment.