Color Hex Logo

#cfe45c Color Hex

#CFE45C
(207,228,92)
0 Favorites   0 Comments

Color spaces of #cfe45c

RGB 20722892
HSL0.190.720.63
HSV69°60°89°
CMYK 0.090.000.60   0.11
XYZ55.407369.524920.6246
Yxy69.52490.38070.4776
Hunter Lab83.3816-27.304043.7016
CIE-Lab86.7633-25.262962.3173

#cfe45c color RGB value is (207,228,92).

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

The process color (four color CMYK) of #cfe45c color hex is 0.09, 0.00, 0.60, 0.11. Web safe color of #cfe45c is #cccc66. Color #cfe45c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100100 01011100
Octal 317 344 134
Decimal 207 228 92
Hex CF E4 5C

RGB Percentages of Color #cfe45c

%39.28
%43.26
%17.46

CMYK Percentages of Color #cfe45c

%9
%0
%60
%11

Triadic Colors of #cfe45c

#cfe45c #5ccfe4 #e45ccf

Analogous Colors of #cfe45c

#cfe45c #8be45c #e4b55c

Monochromatic Colors of #cfe45c

#cfe45c

Complementary Color

#cfe45c #715ce4

#cfe45c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe45c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe45c Color CSS Codes

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

#cfe45c Text Font Color

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

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


#cfe45c Background Color

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

This div background color is #cfe45c


#cfe45c Border Color

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

This div border color is #cfe45c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe45c


Comments

No comments written yet.

Please login to write comment.