Color Hex Logo

#cb988e Color Hex

#CB988E
(203,152,142)
0 Favorites   0 Comments

Color spaces of #cb988e

RGB 203152142
HSL0.030.370.68
HSV10°30°80°
CMYK 0.000.250.30   0.20
XYZ40.739337.106030.6062
Yxy37.10600.37560.3421
Hunter Lab60.914712.778812.8504
CIE-Lab67.356517.693612.7055

#cb988e color RGB value is (203,152,142).

#cb988e hex color red value is 203, green value is 152 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cb988e hue: 0.03 , saturation: 0.37 and the lightness value of cb988e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011000 10001110
Octal 313 230 216
Decimal 203 152 142
Hex CB 98 8E

RGB Percentages of Color #cb988e

%40.85
%30.58
%28.57

CMYK Percentages of Color #cb988e

%0
%25
%30
%20

Triadic Colors of #cb988e

#cb988e #8ecb98 #988ecb

Analogous Colors of #cb988e

#cb988e #cbb78e #cb8ea3

Monochromatic Colors of #cb988e

#cb988e

Complementary Color

#cb988e #8ec1cb

#cb988e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb988e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb988e Color CSS Codes

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

#cb988e Text Font Color

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

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


#cb988e Background Color

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

This div background color is #cb988e


#cb988e Border Color

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

This div border color is #cb988e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb988e


Comments

No comments written yet.

Please login to write comment.