Color Hex Logo

#ceadbd Color Hex

#CEADBD
(206,173,189)
0 Favorites   0 Comments

Color spaces of #ceadbd

RGB 206173189
HSL0.920.250.74
HSV331°16°81°
CMYK 0.000.160.08   0.19
XYZ49.582546.683154.5416
Yxy46.68310.32880.3096
Hunter Lab68.32509.96610.4983
CIE-Lab73.986614.6274-3.6880

#ceadbd color RGB value is (206,173,189).

#ceadbd hex color red value is 206, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ceadbd hue: 0.92 , saturation: 0.25 and the lightness value of ceadbd is 0.74.

The process color (four color CMYK) of #ceadbd color hex is 0.00, 0.16, 0.08, 0.19. Web safe color of #ceadbd is #cc99cc. Color #ceadbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101101 10111101
Octal 316 255 275
Decimal 206 173 189
Hex CE AD BD

RGB Percentages of Color #ceadbd

%36.27
%30.46
%33.27

CMYK Percentages of Color #ceadbd

%0
%16
%8
%19

Triadic Colors of #ceadbd

#ceadbd #bdcead #adbdce

Analogous Colors of #ceadbd

#ceadbd #ceaead #ceadce

Monochromatic Colors of #ceadbd

#ceadbd

Complementary Color

#ceadbd #adcebe

#ceadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceadbd Color CSS Codes

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

#ceadbd Text Font Color

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

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


#ceadbd Background Color

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

This div background color is #ceadbd


#ceadbd Border Color

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

This div border color is #ceadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceadbd


Comments

No comments written yet.

Please login to write comment.