Color Hex Logo

#cb9eae Color Hex

#CB9EAE
(203,158,174)
0 Favorites   0 Comments

Color spaces of #cb9eae

RGB 203158174
HSL0.940.300.71
HSV339°22°80°
CMYK 0.000.220.14   0.20
XYZ44.495440.206245.4598
Yxy40.20620.34180.3089
Hunter Lab63.408414.29381.8787
CIE-Lab69.616119.2007-1.8669

#cb9eae color RGB value is (203,158,174).

#cb9eae hex color red value is 203, green value is 158 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cb9eae hue: 0.94 , saturation: 0.30 and the lightness value of cb9eae is 0.71.

The process color (four color CMYK) of #cb9eae color hex is 0.00, 0.22, 0.14, 0.20. Web safe color of #cb9eae is #cc9999. Color #cb9eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011110 10101110
Octal 313 236 256
Decimal 203 158 174
Hex CB 9E AE

RGB Percentages of Color #cb9eae

%37.94
%29.53
%32.52

CMYK Percentages of Color #cb9eae

%0
%22
%14
%20

Triadic Colors of #cb9eae

#cb9eae #aecb9e #9eaecb

Analogous Colors of #cb9eae

#cb9eae #cba59e #cb9ec5

Monochromatic Colors of #cb9eae

#cb9eae

Complementary Color

#cb9eae #9ecbbb

#cb9eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9eae Color CSS Codes

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

#cb9eae Text Font Color

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

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


#cb9eae Background Color

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

This div background color is #cb9eae


#cb9eae Border Color

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

This div border color is #cb9eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,158,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9eae


Comments

No comments written yet.

Please login to write comment.