Color Hex Logo

#cb989c Color Hex

#CB989C
(203,152,156)
0 Favorites   0 Comments

Color spaces of #cb989c

RGB 203152156
HSL0.990.330.70
HSV355°25°80°
CMYK 0.000.250.23   0.20
XYZ41.857637.553336.4949
Yxy37.55330.36110.3240
Hunter Lab61.280714.68257.5872
CIE-Lab67.690119.67405.3660

#cb989c color RGB value is (203,152,156).

#cb989c hex color red value is 203, green value is 152 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cb989c hue: 0.99 , saturation: 0.33 and the lightness value of cb989c is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011000 10011100
Octal 313 230 234
Decimal 203 152 156
Hex CB 98 9C

RGB Percentages of Color #cb989c

%39.73
%29.75
%30.53

CMYK Percentages of Color #cb989c

%0
%25
%23
%20

Triadic Colors of #cb989c

#cb989c #9ccb98 #989ccb

Analogous Colors of #cb989c

#cb989c #cbae98 #cb98b6

Monochromatic Colors of #cb989c

#cb989c

Complementary Color

#cb989c #98cbc7

#cb989c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb989c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb989c Color CSS Codes

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

#cb989c Text Font Color

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

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


#cb989c Background Color

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

This div background color is #cb989c


#cb989c Border Color

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

This div border color is #cb989c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb989c


Comments

No comments written yet.

Please login to write comment.