Color Hex Logo

#be970f Color Hex

#BE970F
(190,151,15)
0 Favorites   0 Comments

Color spaces of #be970f

RGB 19015115
HSL0.130.850.40
HSV47°92°75°
CMYK 0.000.210.92   0.25
XYZ32.388033.11495.1367
Yxy33.11490.45850.4688
Hunter Lab57.5455-0.240734.9895
CIE-Lab64.25383.313966.1020

#be970f color RGB value is (190,151,15).

#be970f hex color red value is 190, green value is 151 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #be970f hue: 0.13 , saturation: 0.85 and the lightness value of be970f is 0.40.

The process color (four color CMYK) of #be970f color hex is 0.00, 0.21, 0.92, 0.25. Web safe color of #be970f is #cc9900. Color #be970f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010111 00001111
Octal 276 227 17
Decimal 190 151 15
Hex BE 97 F

RGB Percentages of Color #be970f

%53.37
%42.42
%4.21

CMYK Percentages of Color #be970f

%0
%21
%92
%25

Triadic Colors of #be970f

#be970f #0fbe97 #970fbe

Analogous Colors of #be970f

#be970f #8ebe0f #be400f

Monochromatic Colors of #be970f

#be970f

Complementary Color

#be970f #0f36be

#be970f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be970f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be970f Color CSS Codes

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

#be970f Text Font Color

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

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


#be970f Background Color

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

This div background color is #be970f


#be970f Border Color

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

This div border color is #be970f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be970f


Comments

No comments written yet.

Please login to write comment.