Color Hex Logo

#cea8ef Color Hex

#CEA8EF
(206,168,239)
0 Favorites   0 Comments

Color spaces of #cea8ef

RGB 206168239
HSL0.760.690.80
HSV272°30°94°
CMYK 0.140.300.00   0.06
XYZ55.036247.359187.9018
Yxy47.35910.28920.2489
Hunter Lab68.817922.3215-27.5591
CIE-Lab74.418927.0113-30.3323

#cea8ef color RGB value is (206,168,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101000 11101111
Octal 316 250 357
Decimal 206 168 239
Hex CE A8 EF

RGB Percentages of Color #cea8ef

%33.61
%27.41
%38.99

CMYK Percentages of Color #cea8ef

%14
%30
%0
%6

Triadic Colors of #cea8ef

#cea8ef #efcea8 #a8efce

Analogous Colors of #cea8ef

#cea8ef #efa8ed #aba8ef

Monochromatic Colors of #cea8ef

#cea8ef

Complementary Color

#cea8ef #c9efa8

#cea8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea8ef Color CSS Codes

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

#cea8ef Text Font Color

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

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


#cea8ef Background Color

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

This div background color is #cea8ef


#cea8ef Border Color

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

This div border color is #cea8ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea8ef


Comments

No comments written yet.

Please login to write comment.