Color Hex Logo

#cb982d Color Hex

#CB982D
(203,152,45)
0 Favorites   0 Comments

Color spaces of #cb982d

RGB 20315245
HSL0.110.640.49
HSV41°78°80°
CMYK 0.000.250.78   0.20
XYZ36.330535.34247.3896
Yxy35.34240.45950.4470
Hunter Lab59.44955.047634.2449
CIE-Lab66.01449.356959.8241

#cb982d color RGB value is (203,152,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011000 00101101
Octal 313 230 55
Decimal 203 152 45
Hex CB 98 2D

RGB Percentages of Color #cb982d

%50.75
%38.00
%11.25

CMYK Percentages of Color #cb982d

%0
%25
%78
%20

Triadic Colors of #cb982d

#cb982d #2dcb98 #982dcb

Analogous Colors of #cb982d

#cb982d #afcb2d #cb492d

Monochromatic Colors of #cb982d

#cb982d

Complementary Color

#cb982d #2d60cb

#cb982d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb982d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb982d Color CSS Codes

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

#cb982d Text Font Color

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

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


#cb982d Background Color

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

This div background color is #cb982d


#cb982d Border Color

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

This div border color is #cb982d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb982d


Comments

No comments written yet.

Please login to write comment.