Color Hex Logo

#cce085 Color Hex

#CCE085
(204,224,133)
0 Favorites   0 Comments

Color spaces of #cce085

RGB 204224133
HSL0.200.590.70
HSV73°41°88°
CMYK 0.090.000.41   0.12
XYZ55.791167.842132.3446
Yxy67.84210.35770.4349
Hunter Lab82.3663-23.233534.3737
CIE-Lab85.9274-20.697842.2894

#cce085 color RGB value is (204,224,133).

#cce085 hex color red value is 204, green value is 224 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #cce085 hue: 0.20 , saturation: 0.59 and the lightness value of cce085 is 0.70.

The process color (four color CMYK) of #cce085 color hex is 0.09, 0.00, 0.41, 0.12. Web safe color of #cce085 is #cccc99. Color #cce085 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100000 10000101
Octal 314 340 205
Decimal 204 224 133
Hex CC E0 85

RGB Percentages of Color #cce085

%36.36
%39.93
%23.71

CMYK Percentages of Color #cce085

%9
%0
%41
%12

Triadic Colors of #cce085

#cce085 #85cce0 #e085cc

Analogous Colors of #cce085

#cce085 #9fe085 #e0c785

Monochromatic Colors of #cce085

#cce085

Complementary Color

#cce085 #9985e0

#cce085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce085 Color CSS Codes

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

#cce085 Text Font Color

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

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


#cce085 Background Color

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

This div background color is #cce085


#cce085 Border Color

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

This div border color is #cce085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce085


Comments

No comments written yet.

Please login to write comment.