Color Hex Logo

#cb954d Color Hex

#CB954D
(203,149,77)
0 Favorites   0 Comments

Color spaces of #cb954d

RGB 20314977
HSL0.100.550.55
HSV34°62°80°
CMYK 0.000.270.62   0.20
XYZ36.715634.727211.7891
Yxy34.72720.44110.4172
Hunter Lab58.92988.085529.3897
CIE-Lab65.535712.697745.2546

#cb954d color RGB value is (203,149,77).

#cb954d hex color red value is 203, green value is 149 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cb954d hue: 0.10 , saturation: 0.55 and the lightness value of cb954d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010101 01001101
Octal 313 225 115
Decimal 203 149 77
Hex CB 95 4D

RGB Percentages of Color #cb954d

%47.32
%34.73
%17.95

CMYK Percentages of Color #cb954d

%0
%27
%62
%20

Triadic Colors of #cb954d

#cb954d #4dcb95 #954dcb

Analogous Colors of #cb954d

#cb954d #c2cb4d #cb564d

Monochromatic Colors of #cb954d

#cb954d

Complementary Color

#cb954d #4d83cb

#cb954d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb954d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb954d Color CSS Codes

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

#cb954d Text Font Color

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

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


#cb954d Background Color

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

This div background color is #cb954d


#cb954d Border Color

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

This div border color is #cb954d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb954d


Comments

No comments written yet.

Please login to write comment.