Color Hex Logo

#cb981e Color Hex

#CB981E
(203,152,30)
0 Favorites   0 Comments

Color spaces of #cb981e

RGB 20315230
HSL0.120.740.46
HSV42°85°80°
CMYK 0.000.250.85   0.20
XYZ36.091235.24676.1294
Yxy35.24670.46590.4550
Hunter Lab59.36894.617035.4370
CIE-Lab65.94038.877864.6257

#cb981e color RGB value is (203,152,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011000 00011110
Octal 313 230 36
Decimal 203 152 30
Hex CB 98 1E

RGB Percentages of Color #cb981e

%52.73
%39.48
%7.79

CMYK Percentages of Color #cb981e

%0
%25
%85
%20

Triadic Colors of #cb981e

#cb981e #1ecb98 #981ecb

Analogous Colors of #cb981e

#cb981e #a8cb1e #cb421e

Monochromatic Colors of #cb981e

#cb981e

Complementary Color

#cb981e #1e51cb

#cb981e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb981e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb981e Color CSS Codes

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

#cb981e Text Font Color

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

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


#cb981e Background Color

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

This div background color is #cb981e


#cb981e Border Color

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

This div border color is #cb981e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb981e


Comments

No comments written yet.

Please login to write comment.