Color Hex Logo

#cce13a Color Hex

#CCE13A
(204,225,58)
0 Favorites   0 Comments

Color spaces of #cce13a

RGB 20422558
HSL0.190.740.55
HSV68°74°88°
CMYK 0.090.000.74   0.12
XYZ52.590866.993314.1622
Yxy66.99330.39320.5009
Hunter Lab81.8494-28.544747.0358
CIE-Lab85.5006-27.020773.6674

#cce13a color RGB value is (204,225,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100001 00111010
Octal 314 341 72
Decimal 204 225 58
Hex CC E1 3A

RGB Percentages of Color #cce13a

%41.89
%46.20
%11.91

CMYK Percentages of Color #cce13a

%9
%0
%74
%12

Triadic Colors of #cce13a

#cce13a #3acce1 #e13acc

Analogous Colors of #cce13a

#cce13a #79e13a #e1a33a

Monochromatic Colors of #cce13a

#cce13a

Complementary Color

#cce13a #4f3ae1

#cce13a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce13a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce13a Color CSS Codes

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

#cce13a Text Font Color

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

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


#cce13a Background Color

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

This div background color is #cce13a


#cce13a Border Color

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

This div border color is #cce13a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce13a


Comments

No comments written yet.

Please login to write comment.