Color Hex Logo

#be9005 Color Hex

#BE9005
(190,144,5)
0 Favorites   0 Comments

Color spaces of #be9005

RGB 1901445
HSL0.130.950.38
HSV45°97°75°
CMYK 0.000.240.97   0.25
XYZ31.235930.90464.4625
Yxy30.90460.46900.4640
Hunter Lab55.59193.009534.1550
CIE-Lab62.42706.997166.2634

#be9005 color RGB value is (190,144,5).

#be9005 hex color red value is 190, green value is 144 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #be9005 hue: 0.13 , saturation: 0.95 and the lightness value of be9005 is 0.38.

The process color (four color CMYK) of #be9005 color hex is 0.00, 0.24, 0.97, 0.25. Web safe color of #be9005 is #cc9900. Color #be9005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010000 00000101
Octal 276 220 5
Decimal 190 144 5
Hex BE 90 5

RGB Percentages of Color #be9005

%56.05
%42.48
%1.47

CMYK Percentages of Color #be9005

%0
%24
%97
%25

Triadic Colors of #be9005

#be9005 #05be90 #9005be

Analogous Colors of #be9005

#be9005 #90be05 #be3405

Monochromatic Colors of #be9005

#be9005

Complementary Color

#be9005 #0533be

#be9005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9005 Color CSS Codes

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

#be9005 Text Font Color

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

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


#be9005 Background Color

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

This div background color is #be9005


#be9005 Border Color

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

This div border color is #be9005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9005


Comments

No comments written yet.

Please login to write comment.