Color Hex Logo

#cebadb Color Hex

#CEBADB
(206,186,219)
0 Favorites   0 Comments

Color spaces of #cebadb

RGB 206186219
HSL0.770.310.79
HSV276°15°86°
CMYK 0.060.150.00   0.14
XYZ55.798753.354174.3753
Yxy53.35410.30400.2907
Hunter Lab73.04398.5305-9.2400
CIE-Lab78.083613.1309-13.9248

#cebadb color RGB value is (206,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 11011011
Octal 316 272 333
Decimal 206 186 219
Hex CE BA DB

RGB Percentages of Color #cebadb

%33.72
%30.44
%35.84

CMYK Percentages of Color #cebadb

%6
%15
%0
%14

Triadic Colors of #cebadb

#cebadb #dbceba #badbce

Analogous Colors of #cebadb

#cebadb #dbbad8 #bebadb

Monochromatic Colors of #cebadb

#cebadb

Complementary Color

#cebadb #c7dbba

#cebadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebadb Color CSS Codes

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

#cebadb Text Font Color

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

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


#cebadb Background Color

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

This div background color is #cebadb


#cebadb Border Color

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

This div border color is #cebadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebadb


Comments

No comments written yet.

Please login to write comment.