Color Hex Logo

#cb999e Color Hex

#CB999E
(203,153,158)
0 Favorites   0 Comments

Color spaces of #cb999e

RGB 203153158
HSL0.980.320.70
HSV354°25°80°
CMYK 0.000.250.22   0.20
XYZ42.191437.947637.4486
Yxy37.94760.35880.3227
Hunter Lab61.601614.45317.0778
CIE-Lab67.982019.42444.6695

#cb999e color RGB value is (203,153,158).

#cb999e hex color red value is 203, green value is 153 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cb999e hue: 0.98 , saturation: 0.32 and the lightness value of cb999e is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011001 10011110
Octal 313 231 236
Decimal 203 153 158
Hex CB 99 9E

RGB Percentages of Color #cb999e

%39.49
%29.77
%30.74

CMYK Percentages of Color #cb999e

%0
%25
%22
%20

Triadic Colors of #cb999e

#cb999e #9ecb99 #999ecb

Analogous Colors of #cb999e

#cb999e #cbad99 #cb99b7

Monochromatic Colors of #cb999e

#cb999e

Complementary Color

#cb999e #99cbc6

#cb999e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb999e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb999e Color CSS Codes

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

#cb999e Text Font Color

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

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


#cb999e Background Color

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

This div background color is #cb999e


#cb999e Border Color

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

This div border color is #cb999e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb999e


Comments

No comments written yet.

Please login to write comment.