Color Hex Logo

#cceaed Color Hex

#CCEAED
(204,234,237)
0 Favorites   0 Comments

Color spaces of #cceaed

RGB 204234237
HSL0.520.480.86
HSV185°14°93°
CMYK 0.140.010.00   0.07
XYZ69.610777.797491.4683
Yxy77.79740.29140.3257
Hunter Lab88.2028-13.48070.2569
CIE-Lab90.6874-9.1646-4.7685

#cceaed color RGB value is (204,234,237).

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

The process color (four color CMYK) of #cceaed color hex is 0.14, 0.01, 0.00, 0.07. Web safe color of #cceaed is #ccffff. Color #cceaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101010 11101101
Octal 314 352 355
Decimal 204 234 237
Hex CC EA ED

RGB Percentages of Color #cceaed

%30.22
%34.67
%35.11

CMYK Percentages of Color #cceaed

%14
%1
%0
%7

Triadic Colors of #cceaed

#cceaed #edccea #eaedcc

Analogous Colors of #cceaed

#cceaed #ccdaed #ccede0

Monochromatic Colors of #cceaed

#cceaed

Complementary Color

#cceaed #edcfcc

#cceaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceaed Color CSS Codes

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

#cceaed Text Font Color

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

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


#cceaed Background Color

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

This div background color is #cceaed


#cceaed Border Color

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

This div border color is #cceaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceaed


Comments

No comments written yet.

Please login to write comment.