Color Hex Logo

#ceeaed Color Hex

#CEEAED
(206,234,237)
0 Favorites   0 Comments

Color spaces of #ceeaed

RGB 206234237
HSL0.520.460.87
HSV186°13°93°
CMYK 0.130.010.00   0.07
XYZ70.162578.081991.4941
Yxy78.08190.29270.3257
Hunter Lab88.3640-12.90490.4645
CIE-Lab90.8173-8.5367-4.5623

#ceeaed color RGB value is (206,234,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101010 11101101
Octal 316 352 355
Decimal 206 234 237
Hex CE EA ED

RGB Percentages of Color #ceeaed

%30.43
%34.56
%35.01

CMYK Percentages of Color #ceeaed

%13
%1
%0
%7

Triadic Colors of #ceeaed

#ceeaed #edceea #eaedce

Analogous Colors of #ceeaed

#ceeaed #cedbed #ceede1

Monochromatic Colors of #ceeaed

#ceeaed

Complementary Color

#ceeaed #edd1ce

#ceeaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeaed Color CSS Codes

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

#ceeaed Text Font Color

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

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


#ceeaed Background Color

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

This div background color is #ceeaed


#ceeaed Border Color

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

This div border color is #ceeaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeaed


Comments

No comments written yet.

Please login to write comment.