Color Hex Logo

#cebad9 Color Hex

#CEBAD9
(206,186,217)
0 Favorites   0 Comments

Color spaces of #cebad9

RGB 206186217
HSL0.770.290.79
HSV279°14°85°
CMYK 0.050.140.00   0.15
XYZ55.536953.249472.9967
Yxy53.24940.30550.2929
Hunter Lab72.97228.1496-8.2294
CIE-Lab78.022012.7405-12.9359

#cebad9 color RGB value is (206,186,217).

#cebad9 hex color red value is 206, green value is 186 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #cebad9 hue: 0.77 , saturation: 0.29 and the lightness value of cebad9 is 0.79.

The process color (four color CMYK) of #cebad9 color hex is 0.05, 0.14, 0.00, 0.15. Web safe color of #cebad9 is #cccccc. Color #cebad9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 11011001
Octal 316 272 331
Decimal 206 186 217
Hex CE BA D9

RGB Percentages of Color #cebad9

%33.83
%30.54
%35.63

CMYK Percentages of Color #cebad9

%5
%14
%0
%15

Triadic Colors of #cebad9

#cebad9 #d9ceba #bad9ce

Analogous Colors of #cebad9

#cebad9 #d9bad5 #bfbad9

Monochromatic Colors of #cebad9

#cebad9

Complementary Color

#cebad9 #c5d9ba

#cebad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebad9 Color CSS Codes

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

#cebad9 Text Font Color

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

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


#cebad9 Background Color

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

This div background color is #cebad9


#cebad9 Border Color

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

This div border color is #cebad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebad9


Comments

No comments written yet.

Please login to write comment.