Color Hex Logo

#cb941d Color Hex

#CB941D
(203,148,29)
0 Favorites   0 Comments

Color spaces of #cb941d

RGB 20314829
HSL0.110.750.45
HSV41°86°80°
CMYK 0.000.270.86   0.20
XYZ35.440333.96505.8504
Yxy33.96500.47090.4513
Hunter Lab58.27956.558434.8438
CIE-Lab64.934811.022064.0732

#cb941d color RGB value is (203,148,29).

#cb941d hex color red value is 203, green value is 148 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cb941d hue: 0.11 , saturation: 0.75 and the lightness value of cb941d is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010100 00011101
Octal 313 224 35
Decimal 203 148 29
Hex CB 94 1D

RGB Percentages of Color #cb941d

%53.42
%38.95
%7.63

CMYK Percentages of Color #cb941d

%0
%27
%86
%20

Triadic Colors of #cb941d

#cb941d #1dcb94 #941dcb

Analogous Colors of #cb941d

#cb941d #abcb1d #cb3d1d

Monochromatic Colors of #cb941d

#cb941d

Complementary Color

#cb941d #1d54cb

#cb941d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb941d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb941d Color CSS Codes

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

#cb941d Text Font Color

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

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


#cb941d Background Color

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

This div background color is #cb941d


#cb941d Border Color

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

This div border color is #cb941d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb941d


Comments

No comments written yet.

Please login to write comment.