Color Hex Logo

#cce1b3 Color Hex

#CCE1B3
(204,225,179)
0 Favorites   0 Comments

Color spaces of #cce1b3

RGB 204225179
HSL0.240.430.79
HSV87°20°88°
CMYK 0.090.000.20   0.12
XYZ59.963769.942552.9876
Yxy69.94250.32790.3824
Hunter Lab83.6316-18.371220.9770
CIE-Lab86.9687-14.998920.2179

#cce1b3 color RGB value is (204,225,179).

#cce1b3 hex color red value is 204, green value is 225 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #cce1b3 hue: 0.24 , saturation: 0.43 and the lightness value of cce1b3 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100001 10110011
Octal 314 341 263
Decimal 204 225 179
Hex CC E1 B3

RGB Percentages of Color #cce1b3

%33.55
%37.01
%29.44

CMYK Percentages of Color #cce1b3

%9
%0
%20
%12

Triadic Colors of #cce1b3

#cce1b3 #b3cce1 #e1b3cc

Analogous Colors of #cce1b3

#cce1b3 #b5e1b3 #e1dfb3

Monochromatic Colors of #cce1b3

#cce1b3

Complementary Color

#cce1b3 #c8b3e1

#cce1b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce1b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce1b3 Color CSS Codes

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

#cce1b3 Text Font Color

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

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


#cce1b3 Background Color

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

This div background color is #cce1b3


#cce1b3 Border Color

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

This div border color is #cce1b3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce1b3


Comments

No comments written yet.

Please login to write comment.