Color Hex Logo

#cce25c Color Hex

#CCE25C
(204,226,92)
0 Favorites   0 Comments

Color spaces of #cce25c

RGB 20422692
HSL0.190.700.62
HSV70°59°89°
CMYK 0.100.000.59   0.11
XYZ54.030068.002820.4034
Yxy68.00280.37930.4774
Hunter Lab82.4638-27.359143.0550
CIE-Lab86.0078-25.496561.4269

#cce25c color RGB value is (204,226,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100010 01011100
Octal 314 342 134
Decimal 204 226 92
Hex CC E2 5C

RGB Percentages of Color #cce25c

%39.08
%43.30
%17.62

CMYK Percentages of Color #cce25c

%10
%0
%59
%11

Triadic Colors of #cce25c

#cce25c #5ccce2 #e25ccc

Analogous Colors of #cce25c

#cce25c #89e25c #e2b55c

Monochromatic Colors of #cce25c

#cce25c

Complementary Color

#cce25c #725ce2

#cce25c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce25c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce25c Color CSS Codes

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

#cce25c Text Font Color

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

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


#cce25c Background Color

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

This div background color is #cce25c


#cce25c Border Color

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

This div border color is #cce25c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,226,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 #cce25c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce25c


Comments

No comments written yet.

Please login to write comment.