Color Hex Logo

#cce13f Color Hex

#CCE13F
(204,225,63)
0 Favorites   0 Comments

Color spaces of #cce13f

RGB 20422563
HSL0.190.730.56
HSV68°72°88°
CMYK 0.090.000.72   0.12
XYZ52.724367.046714.8651
Yxy67.04670.39160.4980
Hunter Lab81.8820-28.356546.5538
CIE-Lab85.5275-26.789972.0644

#cce13f color RGB value is (204,225,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100001 00111111
Octal 314 341 77
Decimal 204 225 63
Hex CC E1 3F

RGB Percentages of Color #cce13f

%41.46
%45.73
%12.80

CMYK Percentages of Color #cce13f

%9
%0
%72
%12

Triadic Colors of #cce13f

#cce13f #3fcce1 #e13fcc

Analogous Colors of #cce13f

#cce13f #7be13f #e1a53f

Monochromatic Colors of #cce13f

#cce13f

Complementary Color

#cce13f #543fe1

#cce13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce13f Color CSS Codes

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

#cce13f Text Font Color

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

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


#cce13f Background Color

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

This div background color is #cce13f


#cce13f Border Color

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

This div border color is #cce13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce13f


Comments

No comments written yet.

Please login to write comment.