Color Hex Logo

#cb954b Color Hex

#CB954B
(203,149,75)
0 Favorites   0 Comments

Color spaces of #cb954b

RGB 20314975
HSL0.100.550.55
HSV35°63°80°
CMYK 0.000.270.63   0.20
XYZ36.646034.699411.4228
Yxy34.69940.44280.4192
Hunter Lab58.90627.960429.7371
CIE-Lab65.514012.561346.2147

#cb954b color RGB value is (203,149,75).

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

The process color (four color CMYK) of #cb954b color hex is 0.00, 0.27, 0.63, 0.20. Web safe color of #cb954b is #cc9933. Color #cb954b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010101 01001011
Octal 313 225 113
Decimal 203 149 75
Hex CB 95 4B

RGB Percentages of Color #cb954b

%47.54
%34.89
%17.56

CMYK Percentages of Color #cb954b

%0
%27
%63
%20

Triadic Colors of #cb954b

#cb954b #4bcb95 #954bcb

Analogous Colors of #cb954b

#cb954b #c1cb4b #cb554b

Monochromatic Colors of #cb954b

#cb954b

Complementary Color

#cb954b #4b81cb

#cb954b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb954b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb954b Color CSS Codes

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

#cb954b Text Font Color

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

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


#cb954b Background Color

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

This div background color is #cb954b


#cb954b Border Color

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

This div border color is #cb954b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb954b


Comments

No comments written yet.

Please login to write comment.