Color Hex Logo

#ceaedb Color Hex

#CEAEDB
(206,174,219)
0 Favorites   0 Comments

Color spaces of #ceaedb

RGB 206174219
HSL0.790.380.77
HSV283°21°86°
CMYK 0.060.210.00   0.14
XYZ53.375848.508473.5677
Yxy48.50840.30420.2765
Hunter Lab69.648014.9123-13.8732
CIE-Lab75.144519.6499-18.3524

#ceaedb color RGB value is (206,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 11011011
Octal 316 256 333
Decimal 206 174 219
Hex CE AE DB

RGB Percentages of Color #ceaedb

%34.39
%29.05
%36.56

CMYK Percentages of Color #ceaedb

%6
%21
%0
%14

Triadic Colors of #ceaedb

#ceaedb #dbceae #aedbce

Analogous Colors of #ceaedb

#ceaedb #dbaed2 #b8aedb

Monochromatic Colors of #ceaedb

#ceaedb

Complementary Color

#ceaedb #bbdbae

#ceaedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaedb Color CSS Codes

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

#ceaedb Text Font Color

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

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


#ceaedb Background Color

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

This div background color is #ceaedb


#ceaedb Border Color

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

This div border color is #ceaedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaedb


Comments

No comments written yet.

Please login to write comment.