Color Hex Logo

#cbad5f Color Hex

#CBAD5F
(203,173,95)
0 Favorites   0 Comments

Color spaces of #cbad5f

RGB 20317395
HSL0.120.510.58
HSV43°53°80°
CMYK 0.000.150.53   0.20
XYZ41.637743.409917.0109
Yxy43.40990.40800.4253
Hunter Lab65.8862-2.495330.8125
CIE-Lab71.83231.152343.7176

#cbad5f color RGB value is (203,173,95).

#cbad5f hex color red value is 203, green value is 173 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cbad5f hue: 0.12 , saturation: 0.51 and the lightness value of cbad5f is 0.58.

The process color (four color CMYK) of #cbad5f color hex is 0.00, 0.15, 0.53, 0.20. Web safe color of #cbad5f is #cc9966. Color #cbad5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101101 01011111
Octal 313 255 137
Decimal 203 173 95
Hex CB AD 5F

RGB Percentages of Color #cbad5f

%43.10
%36.73
%20.17

CMYK Percentages of Color #cbad5f

%0
%15
%53
%20

Triadic Colors of #cbad5f

#cbad5f #5fcbad #ad5fcb

Analogous Colors of #cbad5f

#cbad5f #b3cb5f #cb775f

Monochromatic Colors of #cbad5f

#cbad5f

Complementary Color

#cbad5f #5f7dcb

#cbad5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbad5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbad5f Color CSS Codes

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

#cbad5f Text Font Color

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

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


#cbad5f Background Color

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

This div background color is #cbad5f


#cbad5f Border Color

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

This div border color is #cbad5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbad5f


Comments

No comments written yet.

Please login to write comment.