Color Hex Logo

#cce13c Color Hex

#CCE13C
(204,225,60)
0 Favorites   0 Comments

Color spaces of #cce13c

RGB 20422560
HSL0.190.730.56
HSV68°73°88°
CMYK 0.090.000.73   0.12
XYZ52.642767.014014.4354
Yxy67.01400.39260.4998
Hunter Lab81.8621-28.471446.8484
CIE-Lab85.5110-26.930873.0379

#cce13c color RGB value is (204,225,60).

#cce13c hex color red value is 204, green value is 225 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cce13c hue: 0.19 , saturation: 0.73 and the lightness value of cce13c is 0.56.

The process color (four color CMYK) of #cce13c color hex is 0.09, 0.00, 0.73, 0.12. Web safe color of #cce13c is #cccc33. Color #cce13c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100001 00111100
Octal 314 341 74
Decimal 204 225 60
Hex CC E1 3C

RGB Percentages of Color #cce13c

%41.72
%46.01
%12.27

CMYK Percentages of Color #cce13c

%9
%0
%73
%12

Triadic Colors of #cce13c

#cce13c #3ccce1 #e13ccc

Analogous Colors of #cce13c

#cce13c #7ae13c #e1a43c

Monochromatic Colors of #cce13c

#cce13c

Complementary Color

#cce13c #513ce1

#cce13c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce13c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce13c Color CSS Codes

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

#cce13c Text Font Color

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

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


#cce13c Background Color

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

This div background color is #cce13c


#cce13c Border Color

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

This div border color is #cce13c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce13c


Comments

No comments written yet.

Please login to write comment.