Color Hex Logo

#cce02e Color Hex

#CCE02E
(204,224,46)
0 Favorites   0 Comments

Color spaces of #cce02e

RGB 20422446
HSL0.190.740.53
HSV67°79°88°
CMYK 0.090.000.79   0.12
XYZ52.050666.345912.6475
Yxy66.34590.39720.5063
Hunter Lab81.4530-28.476647.8109
CIE-Lab85.1725-27.017276.8515

#cce02e color RGB value is (204,224,46).

#cce02e hex color red value is 204, green value is 224 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cce02e hue: 0.19 , saturation: 0.74 and the lightness value of cce02e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100000 00101110
Octal 314 340 56
Decimal 204 224 46
Hex CC E0 2E

RGB Percentages of Color #cce02e

%43.04
%47.26
%9.70

CMYK Percentages of Color #cce02e

%9
%0
%79
%12

Triadic Colors of #cce02e

#cce02e #2ecce0 #e02ecc

Analogous Colors of #cce02e

#cce02e #73e02e #e09b2e

Monochromatic Colors of #cce02e

#cce02e

Complementary Color

#cce02e #422ee0

#cce02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce02e Color CSS Codes

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

#cce02e Text Font Color

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

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


#cce02e Background Color

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

This div background color is #cce02e


#cce02e Border Color

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

This div border color is #cce02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce02e


Comments

No comments written yet.

Please login to write comment.