Color Hex Logo

#cbaf9b Color Hex

#CBAF9B
(203,175,155)
0 Favorites   0 Comments

Color spaces of #cbaf9b

RGB 203175155
HSL0.070.320.70
HSV25°24°80°
CMYK 0.000.140.24   0.20
XYZ45.875045.723037.4179
Yxy45.72300.35560.3544
Hunter Lab67.61882.767914.5241
CIE-Lab73.36547.011713.9896

#cbaf9b color RGB value is (203,175,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101111 10011011
Octal 313 257 233
Decimal 203 175 155
Hex CB AF 9B

RGB Percentages of Color #cbaf9b

%38.09
%32.83
%29.08

CMYK Percentages of Color #cbaf9b

%0
%14
%24
%20

Triadic Colors of #cbaf9b

#cbaf9b #9bcbaf #af9bcb

Analogous Colors of #cbaf9b

#cbaf9b #cbc79b #cb9b9f

Monochromatic Colors of #cbaf9b

#cbaf9b

Complementary Color

#cbaf9b #9bb7cb

#cbaf9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaf9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaf9b Color CSS Codes

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

#cbaf9b Text Font Color

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

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


#cbaf9b Background Color

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

This div background color is #cbaf9b


#cbaf9b Border Color

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

This div border color is #cbaf9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaf9b


Comments

No comments written yet.

Please login to write comment.