Color Hex Logo

#cce3eb Color Hex

#CCE3EB
(204,227,235)
0 Favorites   0 Comments

Color spaces of #cce3eb

RGB 204227235
HSL0.540.440.86
HSV195°13°92°
CMYK 0.130.030.00   0.08
XYZ67.366373.773789.2864
Yxy73.77370.29240.3202
Hunter Lab85.8916-10.3097-1.5092
CIE-Lab88.8154-5.9926-6.4834

#cce3eb color RGB value is (204,227,235).

#cce3eb hex color red value is 204, green value is 227 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cce3eb hue: 0.54 , saturation: 0.44 and the lightness value of cce3eb is 0.86.

The process color (four color CMYK) of #cce3eb color hex is 0.13, 0.03, 0.00, 0.08. Web safe color of #cce3eb is #ccccff. Color #cce3eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100011 11101011
Octal 314 343 353
Decimal 204 227 235
Hex CC E3 EB

RGB Percentages of Color #cce3eb

%30.63
%34.08
%35.29

CMYK Percentages of Color #cce3eb

%13
%3
%0
%8

Triadic Colors of #cce3eb

#cce3eb #ebcce3 #e3ebcc

Analogous Colors of #cce3eb

#cce3eb #ccd4eb #ccebe4

Monochromatic Colors of #cce3eb

#cce3eb

Complementary Color

#cce3eb #ebd4cc

#cce3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce3eb Color CSS Codes

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

#cce3eb Text Font Color

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

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


#cce3eb Background Color

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

This div background color is #cce3eb


#cce3eb Border Color

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

This div border color is #cce3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce3eb


Comments

No comments written yet.

Please login to write comment.