Color Hex Logo

#cb955f Color Hex

#CB955F
(203,149,95)
0 Favorites   0 Comments

Color spaces of #cb955f

RGB 20314995
HSL0.080.510.58
HSV30°53°80°
CMYK 0.000.270.53   0.20
XYZ37.441635.017615.6122
Yxy35.01760.42510.3976
Hunter Lab59.17579.383025.7806
CIE-Lab65.762414.105336.2894

#cb955f color RGB value is (203,149,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010101 01011111
Octal 313 225 137
Decimal 203 149 95
Hex CB 95 5F

RGB Percentages of Color #cb955f

%45.41
%33.33
%21.25

CMYK Percentages of Color #cb955f

%0
%27
%53
%20

Triadic Colors of #cb955f

#cb955f #5fcb95 #955fcb

Analogous Colors of #cb955f

#cb955f #cbcb5f #cb5f5f

Monochromatic Colors of #cb955f

#cb955f

Complementary Color

#cb955f #5f95cb

#cb955f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb955f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb955f Color CSS Codes

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

#cb955f Text Font Color

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

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


#cb955f Background Color

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

This div background color is #cb955f


#cb955f Border Color

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

This div border color is #cb955f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,149,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 #cb955f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb955f


Comments

No comments written yet.

Please login to write comment.