Color Hex Logo

#cce0bc Color Hex

#CCE0BC
(204,224,188)
0 Favorites   0 Comments

Color spaces of #cce0bc

RGB 204224188
HSL0.260.370.81
HSV93°16°88°
CMYK 0.090.000.16   0.12
XYZ60.634669.779557.8500
Yxy69.77950.32210.3706
Hunter Lab83.5341-16.617617.4137
CIE-Lab86.8886-13.060515.4080

#cce0bc color RGB value is (204,224,188).

#cce0bc hex color red value is 204, green value is 224 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cce0bc hue: 0.26 , saturation: 0.37 and the lightness value of cce0bc is 0.81.

The process color (four color CMYK) of #cce0bc color hex is 0.09, 0.00, 0.16, 0.12. Web safe color of #cce0bc is #cccccc. Color #cce0bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100000 10111100
Octal 314 340 274
Decimal 204 224 188
Hex CC E0 BC

RGB Percentages of Color #cce0bc

%33.12
%36.36
%30.52

CMYK Percentages of Color #cce0bc

%9
%0
%16
%12

Triadic Colors of #cce0bc

#cce0bc #bccce0 #e0bccc

Analogous Colors of #cce0bc

#cce0bc #bce0be #dee0bc

Monochromatic Colors of #cce0bc

#cce0bc

Complementary Color

#cce0bc #d0bce0

#cce0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce0bc Color CSS Codes

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

#cce0bc Text Font Color

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

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


#cce0bc Background Color

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

This div background color is #cce0bc


#cce0bc Border Color

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

This div border color is #cce0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce0bc


Comments

No comments written yet.

Please login to write comment.