Color Hex Logo

#cce6bf Color Hex

#CCE6BF
(204,230,191)
0 Favorites   0 Comments

Color spaces of #cce6bf

RGB 204230191
HSL0.280.440.83
HSV100°17°90°
CMYK 0.110.000.17   0.10
XYZ62.602673.192660.1183
Yxy73.19260.31950.3736
Hunter Lab85.5527-19.101018.2235
CIE-Lab88.5395-15.569116.1643

#cce6bf color RGB value is (204,230,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100110 10111111
Octal 314 346 277
Decimal 204 230 191
Hex CC E6 BF

RGB Percentages of Color #cce6bf

%32.64
%36.80
%30.56

CMYK Percentages of Color #cce6bf

%11
%0
%17
%10

Triadic Colors of #cce6bf

#cce6bf #bfcce6 #e6bfcc

Analogous Colors of #cce6bf

#cce6bf #bfe6c6 #e0e6bf

Monochromatic Colors of #cce6bf

#cce6bf

Complementary Color

#cce6bf #d9bfe6

#cce6bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce6bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce6bf Color CSS Codes

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

#cce6bf Text Font Color

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

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


#cce6bf Background Color

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

This div background color is #cce6bf


#cce6bf Border Color

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

This div border color is #cce6bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,230,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 #cce6bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce6bf


Comments

No comments written yet.

Please login to write comment.