Color Hex Logo

#cce100 Color Hex

#CCE100
(204,225,0)
0 Favorites   0 Comments

Color spaces of #cce100

RGB 2042250
HSL0.181.000.44
HSV66°100°88°
CMYK 0.090.001.00   0.12
XYZ51.827166.687810.1405
Yxy66.68780.40280.5183
Hunter Lab81.6626-29.624749.8014
CIE-Lab85.3460-28.351384.0786

#cce100 color RGB value is (204,225,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100001 00000000
Octal 314 341 0
Decimal 204 225 0
Hex CC E1 0

RGB Percentages of Color #cce100

%47.55
%52.45
%0.00

CMYK Percentages of Color #cce100

%9
%0
%100
%12

Triadic Colors of #cce100

#cce100 #00cce1 #e100cc

Analogous Colors of #cce100

#cce100 #5ce100 #e18600

Monochromatic Colors of #cce100

#cce100

Complementary Color

#cce100 #1500e1

#cce100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce100 Color CSS Codes

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

#cce100 Text Font Color

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

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


#cce100 Background Color

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

This div background color is #cce100


#cce100 Border Color

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

This div border color is #cce100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce100


Comments

No comments written yet.

Please login to write comment.