Color Hex Logo

#cceaeb Color Hex

#CCEAEB
(204,234,235)
0 Favorites   0 Comments

Color spaces of #cceaeb

RGB 204234235
HSL0.510.440.86
HSV182°13°92°
CMYK 0.130.000.00   0.08
XYZ69.320177.681289.9377
Yxy77.68120.29260.3279
Hunter Lab88.1369-13.84861.1945
CIE-Lab90.6342-9.5635-3.8016

#cceaeb color RGB value is (204,234,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101010 11101011
Octal 314 352 353
Decimal 204 234 235
Hex CC EA EB

RGB Percentages of Color #cceaeb

%30.31
%34.77
%34.92

CMYK Percentages of Color #cceaeb

%13
%0
%0
%8

Triadic Colors of #cceaeb

#cceaeb #ebccea #eaebcc

Analogous Colors of #cceaeb

#cceaeb #ccdbeb #ccebdd

Monochromatic Colors of #cceaeb

#cceaeb

Complementary Color

#cceaeb #ebcdcc

#cceaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceaeb Color CSS Codes

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

#cceaeb Text Font Color

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

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


#cceaeb Background Color

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

This div background color is #cceaeb


#cceaeb Border Color

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

This div border color is #cceaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceaeb


Comments

No comments written yet.

Please login to write comment.