Color Hex Logo

#cb9752 Color Hex

#CB9752
(203,151,82)
0 Favorites   0 Comments

Color spaces of #cb9752

RGB 20315182
HSL0.100.540.56
HSV34°60°80°
CMYK 0.000.260.60   0.20
XYZ37.218235.438912.8614
Yxy35.43890.43520.4144
Hunter Lab59.53067.418728.8620
CIE-Lab66.089011.967143.4017

#cb9752 color RGB value is (203,151,82).

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

The process color (four color CMYK) of #cb9752 color hex is 0.00, 0.26, 0.60, 0.20. Web safe color of #cb9752 is #cc9966. Color #cb9752 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010111 01010010
Octal 313 227 122
Decimal 203 151 82
Hex CB 97 52

RGB Percentages of Color #cb9752

%46.56
%34.63
%18.81

CMYK Percentages of Color #cb9752

%0
%26
%60
%20

Triadic Colors of #cb9752

#cb9752 #52cb97 #9752cb

Analogous Colors of #cb9752

#cb9752 #c3cb52 #cb5b52

Monochromatic Colors of #cb9752

#cb9752

Complementary Color

#cb9752 #5286cb

#cb9752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9752 Color CSS Codes

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

#cb9752 Text Font Color

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

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


#cb9752 Background Color

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

This div background color is #cb9752


#cb9752 Border Color

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

This div border color is #cb9752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9752


Comments

No comments written yet.

Please login to write comment.