Color Hex Logo

#ceadbb Color Hex

#CEADBB
(206,173,187)
0 Favorites   0 Comments

Color spaces of #ceadbb

RGB 206173187
HSL0.930.250.74
HSV335°16°81°
CMYK 0.000.160.09   0.19
XYZ49.366846.596853.4059
Yxy46.59680.33050.3120
Hunter Lab68.26189.63251.3967
CIE-Lab73.931114.2821-2.6735

#ceadbb color RGB value is (206,173,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101101 10111011
Octal 316 255 273
Decimal 206 173 187
Hex CE AD BB

RGB Percentages of Color #ceadbb

%36.40
%30.57
%33.04

CMYK Percentages of Color #ceadbb

%0
%16
%9
%19

Triadic Colors of #ceadbb

#ceadbb #bbcead #adbbce

Analogous Colors of #ceadbb

#ceadbb #ceb0ad #ceadcc

Monochromatic Colors of #ceadbb

#ceadbb

Complementary Color

#ceadbb #adcec0

#ceadbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceadbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceadbb Color CSS Codes

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

#ceadbb Text Font Color

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

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


#ceadbb Background Color

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

This div background color is #ceadbb


#ceadbb Border Color

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

This div border color is #ceadbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceadbb


Comments

No comments written yet.

Please login to write comment.