Color Hex Logo

#cce055 Color Hex

#CCE055
(204,224,85)
0 Favorites   0 Comments

Color spaces of #cce055

RGB 20422485
HSL0.190.690.61
HSV69°62°88°
CMYK 0.090.000.62   0.12
XYZ53.197266.804618.6851
Yxy66.80460.38360.4817
Hunter Lab81.7341-26.856743.6597
CIE-Lab85.4052-25.037963.6953

#cce055 color RGB value is (204,224,85).

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

The process color (four color CMYK) of #cce055 color hex is 0.09, 0.00, 0.62, 0.12. Web safe color of #cce055 is #cccc66. Color #cce055 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100000 01010101
Octal 314 340 125
Decimal 204 224 85
Hex CC E0 55

RGB Percentages of Color #cce055

%39.77
%43.66
%16.57

CMYK Percentages of Color #cce055

%9
%0
%62
%12

Triadic Colors of #cce055

#cce055 #55cce0 #e055cc

Analogous Colors of #cce055

#cce055 #87e055 #e0af55

Monochromatic Colors of #cce055

#cce055

Complementary Color

#cce055 #6955e0

#cce055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce055 Color CSS Codes

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

#cce055 Text Font Color

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

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


#cce055 Background Color

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

This div background color is #cce055


#cce055 Border Color

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

This div border color is #cce055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce055


Comments

No comments written yet.

Please login to write comment.