Color Hex Logo

#cb951e Color Hex

#CB951E
(203,149,30)
0 Favorites   0 Comments

Color spaces of #cb951e

RGB 20314930
HSL0.110.740.46
HSV41°85°80°
CMYK 0.000.270.85   0.20
XYZ35.610434.28515.9691
Yxy34.28510.46940.4519
Hunter Lab58.55356.089534.9433
CIE-Lab65.188210.504464.0032

#cb951e color RGB value is (203,149,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010101 00011110
Octal 313 225 36
Decimal 203 149 30
Hex CB 95 1E

RGB Percentages of Color #cb951e

%53.14
%39.01
%7.85

CMYK Percentages of Color #cb951e

%0
%27
%85
%20

Triadic Colors of #cb951e

#cb951e #1ecb95 #951ecb

Analogous Colors of #cb951e

#cb951e #abcb1e #cb3e1e

Monochromatic Colors of #cb951e

#cb951e

Complementary Color

#cb951e #1e54cb

#cb951e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb951e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb951e Color CSS Codes

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

#cb951e Text Font Color

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

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


#cb951e Background Color

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

This div background color is #cb951e


#cb951e Border Color

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

This div border color is #cb951e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,149,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 #cb951e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb951e


Comments

No comments written yet.

Please login to write comment.