Color Hex Logo

#beb027 Color Hex

#BEB027
(190,176,39)
0 Favorites   0 Comments

Color spaces of #beb027

RGB 19017639
HSL0.150.660.45
HSV54°79°75°
CMYK 0.000.070.79   0.25
XYZ37.126742.14438.0973
Yxy42.14430.42490.4824
Hunter Lab64.9186-11.524238.0478
CIE-Lab70.9703-9.373165.8435

#beb027 color RGB value is (190,176,39).

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

The process color (four color CMYK) of #beb027 color hex is 0.00, 0.07, 0.79, 0.25. Web safe color of #beb027 is #cc9933. Color #beb027 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110000 00100111
Octal 276 260 47
Decimal 190 176 39
Hex BE B0 27

RGB Percentages of Color #beb027

%46.91
%43.46
%9.63

CMYK Percentages of Color #beb027

%0
%7
%79
%25

Triadic Colors of #beb027

#beb027 #27beb0 #b027be

Analogous Colors of #beb027

#beb027 #81be27 #be6527

Monochromatic Colors of #beb027

#beb027

Complementary Color

#beb027 #2735be

#beb027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb027 Color CSS Codes

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

#beb027 Text Font Color

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

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


#beb027 Background Color

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

This div background color is #beb027


#beb027 Border Color

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

This div border color is #beb027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb027


Comments

No comments written yet.

Please login to write comment.