Color Hex Logo

#cea9ee Color Hex

#CEA9EE
(206,169,238)
0 Favorites   0 Comments

Color spaces of #cea9ee

RGB 206169238
HSL0.760.670.80
HSV272°29°93°
CMYK 0.130.290.00   0.07
XYZ55.074247.670887.1876
Yxy47.67080.29000.2510
Hunter Lab69.044021.5566-26.5395
CIE-Lab74.616826.2540-29.4853

#cea9ee color RGB value is (206,169,238).

#cea9ee hex color red value is 206, green value is 169 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cea9ee hue: 0.76 , saturation: 0.67 and the lightness value of cea9ee is 0.80.

The process color (four color CMYK) of #cea9ee color hex is 0.13, 0.29, 0.00, 0.07. Web safe color of #cea9ee is #cc99ff. Color #cea9ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 11101110
Octal 316 251 356
Decimal 206 169 238
Hex CE A9 EE

RGB Percentages of Color #cea9ee

%33.61
%27.57
%38.83

CMYK Percentages of Color #cea9ee

%13
%29
%0
%7

Triadic Colors of #cea9ee

#cea9ee #eecea9 #a9eece

Analogous Colors of #cea9ee

#cea9ee #eea9ec #aca9ee

Monochromatic Colors of #cea9ee

#cea9ee

Complementary Color

#cea9ee #c9eea9

#cea9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea9ee Color CSS Codes

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

#cea9ee Text Font Color

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

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


#cea9ee Background Color

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

This div background color is #cea9ee


#cea9ee Border Color

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

This div border color is #cea9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea9ee


Comments

No comments written yet.

Please login to write comment.