Color Hex Logo

#cb983c Color Hex

#CB983C
(203,152,60)
0 Favorites   0 Comments

Color spaces of #cb983c

RGB 20315260
HSL0.110.580.52
HSV39°70°80°
CMYK 0.000.250.70   0.20
XYZ36.672435.47929.1903
Yxy35.47920.45080.4362
Hunter Lab59.56445.660532.5471
CIE-Lab66.120110.036153.8553

#cb983c color RGB value is (203,152,60).

#cb983c hex color red value is 203, green value is 152 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cb983c hue: 0.11 , saturation: 0.58 and the lightness value of cb983c is 0.52.

The process color (four color CMYK) of #cb983c color hex is 0.00, 0.25, 0.70, 0.20. Web safe color of #cb983c is #cc9933. Color #cb983c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011000 00111100
Octal 313 230 74
Decimal 203 152 60
Hex CB 98 3C

RGB Percentages of Color #cb983c

%48.92
%36.63
%14.46

CMYK Percentages of Color #cb983c

%0
%25
%70
%20

Triadic Colors of #cb983c

#cb983c #3ccb98 #983ccb

Analogous Colors of #cb983c

#cb983c #b7cb3c #cb503c

Monochromatic Colors of #cb983c

#cb983c

Complementary Color

#cb983c #3c6fcb

#cb983c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb983c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb983c Color CSS Codes

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

#cb983c Text Font Color

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

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


#cb983c Background Color

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

This div background color is #cb983c


#cb983c Border Color

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

This div border color is #cb983c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb983c


Comments

No comments written yet.

Please login to write comment.