color codes Logo

#cfe35f color codes

#CFE35F
(207,227,95)
0 Favorites   0 Comments

Color spaces of #cfe35f

RGB 20722795
HSL0.190.700.63
HSV69°58°89°
CMYK 0.090.000.58   0.11
XYZ55.266869.029821.2377
Yxy69.02980.37980.4743
Hunter Lab83.0842-26.660843.0034
CIE-Lab86.5188-24.562360.7687

#cfe35f color RGB value is (207,227,95).

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

The process color (four color CMYK) of #cfe35f color code is 0.09, 0.00, 0.58, 0.11. Web safe color of #cfe35f is #cccc66. Color #cfe35f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100011 01011111
Octal 317 343 137
Decimal 207 227 95
Hex CF E3 5F

RGB Percentages of Color #cfe35f

%39.13
%42.91
%17.96

CMYK Percentages of Color #cfe35f

%9
%0
%58
%11

Triadic Colors of #cfe35f

#cfe35f #5fcfe3 #e35fcf

Analogous Colors of #cfe35f

#cfe35f #8de35f #e3b55f

Monochromatic Colors of #cfe35f

#cfe35f

Complementary Color

#cfe35f #735fe3

#cfe35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe35f Color CSS Codes

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

#cfe35f Text Font Color

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

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


#cfe35f Background Color

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

This div background color is #cfe35f


#cfe35f Border Color

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

This div border color is #cfe35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe35f


Comments

No comments written yet.

Please login to write comment.