Color Hex Logo

#ceabdb Color Hex

#CEABDB
(206,171,219)
0 Favorites   0 Comments

Color spaces of #ceabdb

RGB 206171219
HSL0.790.400.76
HSV284°22°86°
CMYK 0.060.220.00   0.14
XYZ52.802747.362173.3766
Yxy47.36210.30430.2729
Hunter Lab68.820116.5201-15.0414
CIE-Lab74.420821.2875-19.4481

#ceabdb color RGB value is (206,171,219).

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

The process color (four color CMYK) of #ceabdb color hex is 0.06, 0.22, 0.00, 0.14. Web safe color of #ceabdb is #cc99cc. Color #ceabdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 11011011
Octal 316 253 333
Decimal 206 171 219
Hex CE AB DB

RGB Percentages of Color #ceabdb

%34.56
%28.69
%36.74

CMYK Percentages of Color #ceabdb

%6
%22
%0
%14

Triadic Colors of #ceabdb

#ceabdb #dbceab #abdbce

Analogous Colors of #ceabdb

#ceabdb #dbabd0 #b6abdb

Monochromatic Colors of #ceabdb

#ceabdb

Complementary Color

#ceabdb #b8dbab

#ceabdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceabdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceabdb Color CSS Codes

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

#ceabdb Text Font Color

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

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


#ceabdb Background Color

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

This div background color is #ceabdb


#ceabdb Border Color

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

This div border color is #ceabdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceabdb

#ceabdb Color Palettes


Comments

No comments written yet.

Please login to write comment.