Color Hex Logo

#cce10c Color Hex

#CCE10C
(204,225,12)
0 Favorites   0 Comments

Color spaces of #cce10c

RGB 20422512
HSL0.180.900.46
HSV66°95°88°
CMYK 0.090.000.95   0.12
XYZ51.893466.714310.4899
Yxy66.71430.40200.5168
Hunter Lab81.6788-29.530749.5606
CIE-Lab85.3595-28.235183.0722

#cce10c color RGB value is (204,225,12).

#cce10c hex color red value is 204, green value is 225 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #cce10c hue: 0.18 , saturation: 0.90 and the lightness value of cce10c is 0.46.

The process color (four color CMYK) of #cce10c color hex is 0.09, 0.00, 0.95, 0.12. Web safe color of #cce10c is #cccc00. Color #cce10c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100001 00001100
Octal 314 341 14
Decimal 204 225 12
Hex CC E1 C

RGB Percentages of Color #cce10c

%46.26
%51.02
%2.72

CMYK Percentages of Color #cce10c

%9
%0
%95
%12

Triadic Colors of #cce10c

#cce10c #0ccce1 #e10ccc

Analogous Colors of #cce10c

#cce10c #61e10c #e18c0c

Monochromatic Colors of #cce10c

#cce10c

Complementary Color

#cce10c #210ce1

#cce10c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce10c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce10c Color CSS Codes

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

#cce10c Text Font Color

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

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


#cce10c Background Color

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

This div background color is #cce10c


#cce10c Border Color

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

This div border color is #cce10c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce10c


Comments

No comments written yet.

Please login to write comment.