Color Hex Logo

#cce01e Color Hex

#CCE01E
(204,224,30)
0 Favorites   0 Comments

Color spaces of #cce01e

RGB 20422430
HSL0.180.760.50
HSV66°87°88°
CMYK 0.090.000.87   0.12
XYZ51.791866.242411.2846
Yxy66.24240.40050.5122
Hunter Lab81.3894-28.843848.7521
CIE-Lab85.1199-27.469480.4000

#cce01e color RGB value is (204,224,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100000 00011110
Octal 314 340 36
Decimal 204 224 30
Hex CC E0 1E

RGB Percentages of Color #cce01e

%44.54
%48.91
%6.55

CMYK Percentages of Color #cce01e

%9
%0
%87
%12

Triadic Colors of #cce01e

#cce01e #1ecce0 #e01ecc

Analogous Colors of #cce01e

#cce01e #6be01e #e0931e

Monochromatic Colors of #cce01e

#cce01e

Complementary Color

#cce01e #321ee0

#cce01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce01e Color CSS Codes

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

#cce01e Text Font Color

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

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


#cce01e Background Color

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

This div background color is #cce01e


#cce01e Border Color

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

This div border color is #cce01e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,224,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 #cce01e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce01e


Comments

No comments written yet.

Please login to write comment.