Color Hex Logo

#beb001 Color Hex

#BEB001
(190,176,1)
0 Favorites   0 Comments

Color spaces of #beb001

RGB 1901761
HSL0.150.990.37
HSV56°99°75°
CMYK 0.000.070.99   0.25
XYZ36.766042.00006.1978
Yxy42.00000.43270.4943
Hunter Lab64.8074-12.147839.6950
CIE-Lab70.8709-10.132372.8427

#beb001 color RGB value is (190,176,1).

#beb001 hex color red value is 190, green value is 176 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #beb001 hue: 0.15 , saturation: 0.99 and the lightness value of beb001 is 0.37.

The process color (four color CMYK) of #beb001 color hex is 0.00, 0.07, 0.99, 0.25. Web safe color of #beb001 is #cc9900. Color #beb001 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110000 00000001
Octal 276 260 1
Decimal 190 176 1
Hex BE B0 1

RGB Percentages of Color #beb001

%51.77
%47.96
%0.27

CMYK Percentages of Color #beb001

%0
%7
%99
%25

Triadic Colors of #beb001

#beb001 #01beb0 #b001be

Analogous Colors of #beb001

#beb001 #6ebe01 #be5101

Monochromatic Colors of #beb001

#beb001

Complementary Color

#beb001 #010fbe

#beb001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb001 Color CSS Codes

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

#beb001 Text Font Color

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

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


#beb001 Background Color

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

This div background color is #beb001


#beb001 Border Color

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

This div border color is #beb001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb001


Comments

No comments written yet.

Please login to write comment.