Color Hex Logo

#cb970f Color Hex

#CB970F
(203,151,15)
1 Favorites   0 Comments

Color spaces of #cb970f

RGB 20315115
HSL0.120.860.43
HSV43°93°80°
CMYK 0.000.260.93   0.20
XYZ35.781434.86425.2955
Yxy34.86420.47120.4591
Hunter Lab59.04594.839436.0147
CIE-Lab65.64289.121167.7596

#cb970f color RGB value is (203,151,15).

#cb970f hex color red value is 203, green value is 151 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cb970f hue: 0.12 , saturation: 0.86 and the lightness value of cb970f is 0.43.

The process color (four color CMYK) of #cb970f color hex is 0.00, 0.26, 0.93, 0.20. Web safe color of #cb970f is #cc9900. Color #cb970f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010111 00001111
Octal 313 227 17
Decimal 203 151 15
Hex CB 97 F

RGB Percentages of Color #cb970f

%55.01
%40.92
%4.07

CMYK Percentages of Color #cb970f

%0
%26
%93
%20

Triadic Colors of #cb970f

#cb970f #0fcb97 #970fcb

Analogous Colors of #cb970f

#cb970f #a1cb0f #cb390f

Monochromatic Colors of #cb970f

#cb970f

Complementary Color

#cb970f #0f43cb

#cb970f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb970f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb970f Color CSS Codes

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

#cb970f Text Font Color

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

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


#cb970f Background Color

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

This div background color is #cb970f


#cb970f Border Color

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

This div border color is #cb970f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb970f


Comments

No comments written yet.

Please login to write comment.