Color Hex Logo

#cce028 Color Hex

#CCE028
(204,224,40)
0 Favorites   0 Comments

Color spaces of #cce028

RGB 20422440
HSL0.180.750.52
HSV67°82°88°
CMYK 0.090.000.82   0.12
XYZ51.940566.301912.0675
Yxy66.30190.39860.5088
Hunter Lab81.4260-28.632848.2113
CIE-Lab85.1502-27.209478.3280

#cce028 color RGB value is (204,224,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100000 00101000
Octal 314 340 50
Decimal 204 224 40
Hex CC E0 28

RGB Percentages of Color #cce028

%43.59
%47.86
%8.55

CMYK Percentages of Color #cce028

%9
%0
%82
%12

Triadic Colors of #cce028

#cce028 #28cce0 #e028cc

Analogous Colors of #cce028

#cce028 #70e028 #e09828

Monochromatic Colors of #cce028

#cce028

Complementary Color

#cce028 #3c28e0

#cce028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce028 Color CSS Codes

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

#cce028 Text Font Color

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

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


#cce028 Background Color

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

This div background color is #cce028


#cce028 Border Color

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

This div border color is #cce028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce028


Comments

No comments written yet.

Please login to write comment.