Color Hex Logo

#cce402 Color Hex

#CCE402
(204,228,2)
0 Favorites   0 Comments

Color spaces of #cce402

RGB 2042282
HSL0.180.980.45
HSV66°99°89°
CMYK 0.110.000.99   0.11
XYZ52.656268.328610.4709
Yxy68.32860.40060.5198
Hunter Lab82.6611-30.950150.3524
CIE-Lab86.1705-29.738384.5260

#cce402 color RGB value is (204,228,2).

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

The process color (four color CMYK) of #cce402 color hex is 0.11, 0.00, 0.99, 0.11. Web safe color of #cce402 is #cccc00. Color #cce402 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100100 00000010
Octal 314 344 2
Decimal 204 228 2
Hex CC E4 2

RGB Percentages of Color #cce402

%47.00
%52.53
%0.46

CMYK Percentages of Color #cce402

%11
%0
%99
%11

Triadic Colors of #cce402

#cce402 #02cce4 #e402cc

Analogous Colors of #cce402

#cce402 #5be402 #e48b02

Monochromatic Colors of #cce402

#cce402

Complementary Color

#cce402 #1a02e4

#cce402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce402 Color CSS Codes

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

#cce402 Text Font Color

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

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


#cce402 Background Color

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

This div background color is #cce402


#cce402 Border Color

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

This div border color is #cce402


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce402


Comments

No comments written yet.

Please login to write comment.