Color Hex Logo

#ceaeef Color Hex

#CEAEEF
(206,174,239)
0 Favorites   0 Comments

Color spaces of #ceaeef

RGB 206174239
HSL0.750.670.81
HSV270°27°94°
CMYK 0.140.270.00   0.06
XYZ56.169649.625988.2797
Yxy49.62590.28940.2557
Hunter Lab70.445719.0465-24.9879
CIE-Lab75.839123.7312-28.1502

#ceaeef color RGB value is (206,174,239).

#ceaeef hex color red value is 206, green value is 174 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ceaeef hue: 0.75 , saturation: 0.67 and the lightness value of ceaeef is 0.81.

The process color (four color CMYK) of #ceaeef color hex is 0.14, 0.27, 0.00, 0.06. Web safe color of #ceaeef is #cc99ff. Color #ceaeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 11101111
Octal 316 256 357
Decimal 206 174 239
Hex CE AE EF

RGB Percentages of Color #ceaeef

%33.28
%28.11
%38.61

CMYK Percentages of Color #ceaeef

%14
%27
%0
%6

Triadic Colors of #ceaeef

#ceaeef #efceae #aeefce

Analogous Colors of #ceaeef

#ceaeef #efaeef #aeafef

Monochromatic Colors of #ceaeef

#ceaeef

Complementary Color

#ceaeef #cfefae

#ceaeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaeef Color CSS Codes

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

#ceaeef Text Font Color

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

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


#ceaeef Background Color

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

This div background color is #ceaeef


#ceaeef Border Color

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

This div border color is #ceaeef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,174,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaeef


Comments

No comments written yet.

Please login to write comment.