Color Hex Logo

#cce25a Color Hex

#CCE25A
(204,226,90)
0 Favorites   0 Comments

Color spaces of #cce25a

RGB 20422690
HSL0.190.700.62
HSV70°60°89°
CMYK 0.100.000.60   0.11
XYZ53.943767.968319.9489
Yxy67.96830.38030.4791
Hunter Lab82.4429-27.479743.3635
CIE-Lab85.9906-25.642862.2534

#cce25a color RGB value is (204,226,90).

#cce25a hex color red value is 204, green value is 226 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cce25a hue: 0.19 , saturation: 0.70 and the lightness value of cce25a is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100010 01011010
Octal 314 342 132
Decimal 204 226 90
Hex CC E2 5A

RGB Percentages of Color #cce25a

%39.23
%43.46
%17.31

CMYK Percentages of Color #cce25a

%10
%0
%60
%11

Triadic Colors of #cce25a

#cce25a #5acce2 #e25acc

Analogous Colors of #cce25a

#cce25a #88e25a #e2b45a

Monochromatic Colors of #cce25a

#cce25a

Complementary Color

#cce25a #705ae2

#cce25a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce25a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce25a Color CSS Codes

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

#cce25a Text Font Color

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

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


#cce25a Background Color

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

This div background color is #cce25a


#cce25a Border Color

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

This div border color is #cce25a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,226,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cce25a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cce25a;
  -webkit-box-shadow: 1px 1px 3px 2px #cce25a;
  box-shadow:         1px 1px 3px 2px #cce25a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,226,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce25a


Comments

No comments written yet.

Please login to write comment.