color codes Logo

#cce03b color codes

#CCE03B
(204,224,59)
0 Favorites   0 Comments

Color spaces of #cce03b

RGB 20422459
HSL0.190.730.55
HSV67°74°88°
CMYK 0.090.000.74   0.12
XYZ52.346966.464414.2076
Yxy66.46440.39350.4997
Hunter Lab81.5257-28.056846.7354
CIE-Lab85.2327-26.501973.0974

#cce03b color RGB value is (204,224,59).

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

The process color (four color CMYK) of #cce03b color code is 0.09, 0.00, 0.74, 0.12. Web safe color of #cce03b is #cccc33. Color #cce03b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100000 00111011
Octal 314 340 73
Decimal 204 224 59
Hex CC E0 3B

RGB Percentages of Color #cce03b

%41.89
%46.00
%12.11

CMYK Percentages of Color #cce03b

%9
%0
%74
%12

Triadic Colors of #cce03b

#cce03b #3bcce0 #e03bcc

Analogous Colors of #cce03b

#cce03b #7ae03b #e0a23b

Monochromatic Colors of #cce03b

#cce03b

Complementary Color

#cce03b #4f3be0

#cce03b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce03b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce03b Color CSS Codes

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

#cce03b Text Font Color

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

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


#cce03b Background Color

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

This div background color is #cce03b


#cce03b Border Color

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

This div border color is #cce03b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce03b


Comments

No comments written yet.

Please login to write comment.