Color Hex Logo

#cebad8 Color Hex

#CEBAD8
(206,186,216)
0 Favorites   0 Comments

Color spaces of #cebad8

RGB 206186216
HSL0.780.280.79
HSV280°14°85°
CMYK 0.050.140.00   0.15
XYZ55.407253.197572.3136
Yxy53.19750.30630.2940
Hunter Lab72.93667.9606-7.7279
CIE-Lab77.991512.5466-12.4409

#cebad8 color RGB value is (206,186,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 11011000
Octal 316 272 330
Decimal 206 186 216
Hex CE BA D8

RGB Percentages of Color #cebad8

%33.88
%30.59
%35.53

CMYK Percentages of Color #cebad8

%5
%14
%0
%15

Triadic Colors of #cebad8

#cebad8 #d8ceba #bad8ce

Analogous Colors of #cebad8

#cebad8 #d8bad3 #bfbad8

Monochromatic Colors of #cebad8

#cebad8

Complementary Color

#cebad8 #c4d8ba

#cebad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebad8 Color CSS Codes

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

#cebad8 Text Font Color

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

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


#cebad8 Background Color

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

This div background color is #cebad8


#cebad8 Border Color

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

This div border color is #cebad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebad8


Comments

No comments written yet.

Please login to write comment.