Color Hex Logo

#cfe17a Color Hex

#CFE17A
(207,225,122)
0 Favorites   0 Comments

Color spaces of #cfe17a

RGB 207225122
HSL0.200.630.68
HSV70°46°88°
CMYK 0.080.000.46   0.12
XYZ56.170268.521028.6777
Yxy68.52100.36620.4468
Hunter Lab82.7774-23.735937.4036
CIE-Lab86.2663-21.212348.1202

#cfe17a color RGB value is (207,225,122).

#cfe17a hex color red value is 207, green value is 225 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cfe17a hue: 0.20 , saturation: 0.63 and the lightness value of cfe17a is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 01111010
Octal 317 341 172
Decimal 207 225 122
Hex CF E1 7A

RGB Percentages of Color #cfe17a

%37.36
%40.61
%22.02

CMYK Percentages of Color #cfe17a

%8
%0
%46
%12

Triadic Colors of #cfe17a

#cfe17a #7acfe1 #e17acf

Analogous Colors of #cfe17a

#cfe17a #9ce17a #e1c07a

Monochromatic Colors of #cfe17a

#cfe17a

Complementary Color

#cfe17a #8c7ae1

#cfe17a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe17a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe17a Color CSS Codes

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

#cfe17a Text Font Color

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

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


#cfe17a Background Color

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

This div background color is #cfe17a


#cfe17a Border Color

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

This div border color is #cfe17a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe17a


Comments

No comments written yet.

Please login to write comment.