Color Hex Logo

#cb974b Color Hex

#CB974B
(203,151,75)
0 Favorites   0 Comments

Color spaces of #cb974b

RGB 20315175
HSL0.100.550.55
HSV36°63°80°
CMYK 0.000.260.63   0.20
XYZ36.965235.337711.5292
Yxy35.33770.44090.4215
Hunter Lab59.44556.967630.1128
CIE-Lab66.010711.473546.7793

#cb974b color RGB value is (203,151,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010111 01001011
Octal 313 227 113
Decimal 203 151 75
Hex CB 97 4B

RGB Percentages of Color #cb974b

%47.32
%35.20
%17.48

CMYK Percentages of Color #cb974b

%0
%26
%63
%20

Triadic Colors of #cb974b

#cb974b #4bcb97 #974bcb

Analogous Colors of #cb974b

#cb974b #bfcb4b #cb574b

Monochromatic Colors of #cb974b

#cb974b

Complementary Color

#cb974b #4b7fcb

#cb974b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb974b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb974b Color CSS Codes

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

#cb974b Text Font Color

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

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


#cb974b Background Color

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

This div background color is #cb974b


#cb974b Border Color

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

This div border color is #cb974b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb974b


Comments

No comments written yet.

Please login to write comment.