Color Hex Logo

#cb980b Color Hex

#CB980B
(203,152,11)
0 Favorites   0 Comments

Color spaces of #cb980b

RGB 20315211
HSL0.120.900.42
HSV44°95°80°
CMYK 0.000.250.95   0.20
XYZ35.917235.17715.2134
Yxy35.17710.47070.4610
Hunter Lab59.31034.303336.3056
CIE-Lab65.88638.527668.5587

#cb980b color RGB value is (203,152,11).

#cb980b hex color red value is 203, green value is 152 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cb980b hue: 0.12 , saturation: 0.90 and the lightness value of cb980b is 0.42.

The process color (four color CMYK) of #cb980b color hex is 0.00, 0.25, 0.95, 0.20. Web safe color of #cb980b is #cc9900. Color #cb980b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011000 00001011
Octal 313 230 13
Decimal 203 152 11
Hex CB 98 B

RGB Percentages of Color #cb980b

%55.46
%41.53
%3.01

CMYK Percentages of Color #cb980b

%0
%25
%95
%20

Triadic Colors of #cb980b

#cb980b #0bcb98 #980bcb

Analogous Colors of #cb980b

#cb980b #9ecb0b #cb380b

Monochromatic Colors of #cb980b

#cb980b

Complementary Color

#cb980b #0b3ecb

#cb980b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb980b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb980b Color CSS Codes

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

#cb980b Text Font Color

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

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


#cb980b Background Color

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

This div background color is #cb980b


#cb980b Border Color

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

This div border color is #cb980b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb980b


Comments

No comments written yet.

Please login to write comment.