Color Hex Logo

#ceabdd Color Hex

#CEABDD
(206,171,221)
0 Favorites   0 Comments

Color spaces of #ceabdd

RGB 206171221
HSL0.780.420.77
HSV282°23°87°
CMYK 0.070.230.00   0.13
XYZ53.067747.468174.7719
Yxy47.46810.30270.2708
Hunter Lab68.897116.9190-16.1176
CIE-Lab74.488221.6834-20.4363

#ceabdd color RGB value is (206,171,221).

#ceabdd hex color red value is 206, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ceabdd hue: 0.78 , saturation: 0.42 and the lightness value of ceabdd is 0.77.

The process color (four color CMYK) of #ceabdd color hex is 0.07, 0.23, 0.00, 0.13. Web safe color of #ceabdd is #cc99cc. Color #ceabdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 11011101
Octal 316 253 335
Decimal 206 171 221
Hex CE AB DD

RGB Percentages of Color #ceabdd

%34.45
%28.60
%36.96

CMYK Percentages of Color #ceabdd

%7
%23
%0
%13

Triadic Colors of #ceabdd

#ceabdd #ddceab #abddce

Analogous Colors of #ceabdd

#ceabdd #ddabd3 #b5abdd

Monochromatic Colors of #ceabdd

#ceabdd

Complementary Color

#ceabdd #baddab

#ceabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceabdd Color CSS Codes

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

#ceabdd Text Font Color

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

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


#ceabdd Background Color

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

This div background color is #ceabdd


#ceabdd Border Color

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

This div border color is #ceabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceabdd


Comments

No comments written yet.

Please login to write comment.