Color Hex Logo

#cebaea Color Hex

#CEBAEA
(206,186,234)
0 Favorites   0 Comments

Color spaces of #cebaea

RGB 206186234
HSL0.740.530.82
HSV265°21°92°
CMYK 0.120.210.00   0.08
XYZ57.863854.180185.2500
Yxy54.18010.29330.2746
Hunter Lab73.607111.5094-17.1433
CIE-Lab78.566616.1513-21.2892

#cebaea color RGB value is (206,186,234).

#cebaea hex color red value is 206, green value is 186 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cebaea hue: 0.74 , saturation: 0.53 and the lightness value of cebaea is 0.82.

The process color (four color CMYK) of #cebaea color hex is 0.12, 0.21, 0.00, 0.08. Web safe color of #cebaea is #ccccff. Color #cebaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 11101010
Octal 316 272 352
Decimal 206 186 234
Hex CE BA EA

RGB Percentages of Color #cebaea

%32.91
%29.71
%37.38

CMYK Percentages of Color #cebaea

%12
%21
%0
%8

Triadic Colors of #cebaea

#cebaea #eaceba #baeace

Analogous Colors of #cebaea

#cebaea #e6baea #babeea

Monochromatic Colors of #cebaea

#cebaea

Complementary Color

#cebaea #d6eaba

#cebaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebaea Color CSS Codes

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

#cebaea Text Font Color

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

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


#cebaea Background Color

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

This div background color is #cebaea


#cebaea Border Color

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

This div border color is #cebaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebaea


Comments

No comments written yet.

Please login to write comment.