Color Hex Logo

#cce4bf Color Hex

#CCE4BF
(204,228,191)
0 Favorites   0 Comments

Color spaces of #cce4bf

RGB 204228191
HSL0.270.410.82
HSV99°16°89°
CMYK 0.110.000.16   0.11
XYZ62.049272.085859.9338
Yxy72.08580.31970.3714
Hunter Lab84.9034-18.129217.5792
CIE-Lab88.0099-14.572015.4192

#cce4bf color RGB value is (204,228,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100100 10111111
Octal 314 344 277
Decimal 204 228 191
Hex CC E4 BF

RGB Percentages of Color #cce4bf

%32.74
%36.60
%30.66

CMYK Percentages of Color #cce4bf

%11
%0
%16
%11

Triadic Colors of #cce4bf

#cce4bf #bfcce4 #e4bfcc

Analogous Colors of #cce4bf

#cce4bf #bfe4c5 #dfe4bf

Monochromatic Colors of #cce4bf

#cce4bf

Complementary Color

#cce4bf #d7bfe4

#cce4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce4bf Color CSS Codes

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

#cce4bf Text Font Color

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

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


#cce4bf Background Color

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

This div background color is #cce4bf


#cce4bf Border Color

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

This div border color is #cce4bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce4bf


Comments

No comments written yet.

Please login to write comment.