Color Hex Logo

#cbaebd Color Hex

#CBAEBD
(203,174,189)
0 Favorites   0 Comments

Color spaces of #cbaebd

RGB 203174189
HSL0.910.220.74
HSV329°14°80°
CMYK 0.000.140.07   0.20
XYZ48.950046.642754.5671
Yxy46.64270.32600.3106
Hunter Lab68.29558.42080.4350
CIE-Lab73.960613.0205-3.7575

#cbaebd color RGB value is (203,174,189).

#cbaebd hex color red value is 203, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cbaebd hue: 0.91 , saturation: 0.22 and the lightness value of cbaebd is 0.74.

The process color (four color CMYK) of #cbaebd color hex is 0.00, 0.14, 0.07, 0.20. Web safe color of #cbaebd is #cc99cc. Color #cbaebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 10111101
Octal 313 256 275
Decimal 203 174 189
Hex CB AE BD

RGB Percentages of Color #cbaebd

%35.87
%30.74
%33.39

CMYK Percentages of Color #cbaebd

%0
%14
%7
%20

Triadic Colors of #cbaebd

#cbaebd #bdcbae #aebdcb

Analogous Colors of #cbaebd

#cbaebd #cbaeaf #cbaecb

Monochromatic Colors of #cbaebd

#cbaebd

Complementary Color

#cbaebd #aecbbc

#cbaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaebd Color CSS Codes

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

#cbaebd Text Font Color

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

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


#cbaebd Background Color

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

This div background color is #cbaebd


#cbaebd Border Color

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

This div border color is #cbaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaebd


Comments

No comments written yet.

Please login to write comment.