Color Hex Logo

#cdaebb Color Hex

#CDAEBB
(205,174,187)
0 Favorites   0 Comments

Color spaces of #cdaebb

RGB 205174187
HSL0.930.240.74
HSV335°15°80°
CMYK 0.000.150.09   0.20
XYZ49.282546.839153.4571
Yxy46.83910.32950.3131
Hunter Lab68.43918.76811.5965
CIE-Lab74.086713.3824-2.4556

#cdaebb color RGB value is (205,174,187).

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

The process color (four color CMYK) of #cdaebb color hex is 0.00, 0.15, 0.09, 0.20. Web safe color of #cdaebb is #cc99cc. Color #cdaebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101110 10111011
Octal 315 256 273
Decimal 205 174 187
Hex CD AE BB

RGB Percentages of Color #cdaebb

%36.22
%30.74
%33.04

CMYK Percentages of Color #cdaebb

%0
%15
%9
%20

Triadic Colors of #cdaebb

#cdaebb #bbcdae #aebbcd

Analogous Colors of #cdaebb

#cdaebb #cdb1ae #cdaecb

Monochromatic Colors of #cdaebb

#cdaebb

Complementary Color

#cdaebb #aecdc0

#cdaebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdaebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdaebb Color CSS Codes

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

#cdaebb Text Font Color

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

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


#cdaebb Background Color

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

This div background color is #cdaebb


#cdaebb Border Color

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

This div border color is #cdaebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdaebb


Comments

No comments written yet.

Please login to write comment.