Color Hex Logo

#cce5bf Color Hex

#CCE5BF
(204,229,191)
0 Favorites   0 Comments

Color spaces of #cce5bf

RGB 204229191
HSL0.280.420.82
HSV99°17°90°
CMYK 0.110.000.17   0.10
XYZ62.325172.637660.0258
Yxy72.63760.31960.3725
Hunter Lab85.2277-18.615417.9015
CIE-Lab88.2746-15.071115.7918

#cce5bf color RGB value is (204,229,191).

#cce5bf hex color red value is 204, green value is 229 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cce5bf hue: 0.28 , saturation: 0.42 and the lightness value of cce5bf is 0.82.

The process color (four color CMYK) of #cce5bf color hex is 0.11, 0.00, 0.17, 0.10. Web safe color of #cce5bf is #cccccc. Color #cce5bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100101 10111111
Octal 314 345 277
Decimal 204 229 191
Hex CC E5 BF

RGB Percentages of Color #cce5bf

%32.69
%36.70
%30.61

CMYK Percentages of Color #cce5bf

%11
%0
%17
%10

Triadic Colors of #cce5bf

#cce5bf #bfcce5 #e5bfcc

Analogous Colors of #cce5bf

#cce5bf #bfe5c5 #dfe5bf

Monochromatic Colors of #cce5bf

#cce5bf

Complementary Color

#cce5bf #d8bfe5

#cce5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce5bf Color CSS Codes

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

#cce5bf Text Font Color

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

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


#cce5bf Background Color

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

This div background color is #cce5bf


#cce5bf Border Color

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

This div border color is #cce5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce5bf


Comments

No comments written yet.

Please login to write comment.