Color Hex Logo

#ceaadb Color Hex

#CEAADB
(206,170,219)
0 Favorites   0 Comments

Color spaces of #ceaadb

RGB 206170219
HSL0.790.400.76
HSV284°22°86°
CMYK 0.060.220.00   0.14
XYZ52.614546.985773.3139
Yxy46.98570.30430.2717
Hunter Lab68.546117.0570-15.4317
CIE-Lab74.180621.8338-19.8122

#ceaadb color RGB value is (206,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 11011011
Octal 316 252 333
Decimal 206 170 219
Hex CE AA DB

RGB Percentages of Color #ceaadb

%34.62
%28.57
%36.81

CMYK Percentages of Color #ceaadb

%6
%22
%0
%14

Triadic Colors of #ceaadb

#ceaadb #dbceaa #aadbce

Analogous Colors of #ceaadb

#ceaadb #dbaad0 #b6aadb

Monochromatic Colors of #ceaadb

#ceaadb

Complementary Color

#ceaadb #b7dbaa

#ceaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaadb Color CSS Codes

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

#ceaadb Text Font Color

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

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


#ceaadb Background Color

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

This div background color is #ceaadb


#ceaadb Border Color

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

This div border color is #ceaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaadb


Comments

No comments written yet.

Please login to write comment.