Color Hex Logo

#cce11e Color Hex

#CCE11E
(204,225,30)
0 Favorites   0 Comments

Color spaces of #cce11e

RGB 20422530
HSL0.180.760.50
HSV66°87°88°
CMYK 0.090.000.87   0.12
XYZ52.061466.781511.3745
Yxy66.78150.39980.5128
Hunter Lab81.7199-29.292848.9515
CIE-Lab85.3935-27.941280.6229

#cce11e color RGB value is (204,225,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100001 00011110
Octal 314 341 36
Decimal 204 225 30
Hex CC E1 1E

RGB Percentages of Color #cce11e

%44.44
%49.02
%6.54

CMYK Percentages of Color #cce11e

%9
%0
%87
%12

Triadic Colors of #cce11e

#cce11e #1ecce1 #e11ecc

Analogous Colors of #cce11e

#cce11e #6be11e #e1951e

Monochromatic Colors of #cce11e

#cce11e

Complementary Color

#cce11e #331ee1

#cce11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce11e Color CSS Codes

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

#cce11e Text Font Color

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

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


#cce11e Background Color

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

This div background color is #cce11e


#cce11e Border Color

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

This div border color is #cce11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce11e


Comments

No comments written yet.

Please login to write comment.