Color Hex Logo

#cbab69 Color Hex

#CBAB69
(203,171,105)
0 Favorites   0 Comments

Color spaces of #cbab69

RGB 203171105
HSL0.110.490.60
HSV40°48°80°
CMYK 0.000.160.48   0.20
XYZ41.741342.842319.4340
Yxy42.84230.40130.4119
Hunter Lab65.4540-0.711728.2140
CIE-Lab71.44783.124338.1654

#cbab69 color RGB value is (203,171,105).

#cbab69 hex color red value is 203, green value is 171 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #cbab69 hue: 0.11 , saturation: 0.49 and the lightness value of cbab69 is 0.60.

The process color (four color CMYK) of #cbab69 color hex is 0.00, 0.16, 0.48, 0.20. Web safe color of #cbab69 is #cc9966. Color #cbab69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101011 01101001
Octal 313 253 151
Decimal 203 171 105
Hex CB AB 69

RGB Percentages of Color #cbab69

%42.38
%35.70
%21.92

CMYK Percentages of Color #cbab69

%0
%16
%48
%20

Triadic Colors of #cbab69

#cbab69 #69cbab #ab69cb

Analogous Colors of #cbab69

#cbab69 #bacb69 #cb7a69

Monochromatic Colors of #cbab69

#cbab69

Complementary Color

#cbab69 #6989cb

#cbab69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbab69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbab69 Color CSS Codes

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

#cbab69 Text Font Color

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

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


#cbab69 Background Color

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

This div background color is #cbab69


#cbab69 Border Color

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

This div border color is #cbab69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbab69


Comments

No comments written yet.

Please login to write comment.