Color Hex Logo

#cce005 Color Hex

#CCE005
(204,224,5)
0 Favorites   0 Comments

Color spaces of #cce005

RGB 2042245
HSL0.180.960.45
HSV65°98°88°
CMYK 0.090.000.98   0.12
XYZ51.584966.159610.1949
Yxy66.15960.40320.5171
Hunter Lab81.3386-29.137849.5056
CIE-Lab85.0778-27.832383.4542

#cce005 color RGB value is (204,224,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100000 00000101
Octal 314 340 5
Decimal 204 224 5
Hex CC E0 5

RGB Percentages of Color #cce005

%47.11
%51.73
%1.15

CMYK Percentages of Color #cce005

%9
%0
%98
%12

Triadic Colors of #cce005

#cce005 #05cce0 #e005cc

Analogous Colors of #cce005

#cce005 #5ee005 #e08705

Monochromatic Colors of #cce005

#cce005

Complementary Color

#cce005 #1905e0

#cce005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce005 Color CSS Codes

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

#cce005 Text Font Color

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

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


#cce005 Background Color

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

This div background color is #cce005


#cce005 Border Color

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

This div border color is #cce005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce005


Comments

No comments written yet.

Please login to write comment.