Color Hex Logo

#cb9014 Color Hex

#CB9014
(203,144,20)
0 Favorites   0 Comments

Color spaces of #cb9014

RGB 20314420
HSL0.110.820.44
HSV41°90°80°
CMYK 0.000.290.90   0.20
XYZ34.728132.69355.1419
Yxy32.69350.47860.4506
Hunter Lab57.17828.352934.6930
CIE-Lab63.912013.003765.4882

#cb9014 color RGB value is (203,144,20).

#cb9014 hex color red value is 203, green value is 144 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #cb9014 hue: 0.11 , saturation: 0.82 and the lightness value of cb9014 is 0.44.

The process color (four color CMYK) of #cb9014 color hex is 0.00, 0.29, 0.90, 0.20. Web safe color of #cb9014 is #cc9900. Color #cb9014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010000 00010100
Octal 313 220 24
Decimal 203 144 20
Hex CB 90 14

RGB Percentages of Color #cb9014

%55.31
%39.24
%5.45

CMYK Percentages of Color #cb9014

%0
%29
%90
%20

Triadic Colors of #cb9014

#cb9014 #14cb90 #9014cb

Analogous Colors of #cb9014

#cb9014 #abcb14 #cb3514

Monochromatic Colors of #cb9014

#cb9014

Complementary Color

#cb9014 #144fcb

#cb9014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9014 Color CSS Codes

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

#cb9014 Text Font Color

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

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


#cb9014 Background Color

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

This div background color is #cb9014


#cb9014 Border Color

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

This div border color is #cb9014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9014


Comments

No comments written yet.

Please login to write comment.