Color Hex Logo

#beba26 Color Hex

#BEBA26
(190,186,38)
0 Favorites   0 Comments

Color spaces of #beba26

RGB 19018638
HSL0.160.670.45
HSV58°80°75°
CMYK 0.000.020.80   0.25
XYZ39.144046.20498.6891
Yxy46.20490.41630.4913
Hunter Lab67.9742-16.162840.0029
CIE-Lab73.6783-14.542168.5115

#beba26 color RGB value is (190,186,38).

#beba26 hex color red value is 190, green value is 186 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #beba26 hue: 0.16 , saturation: 0.67 and the lightness value of beba26 is 0.45.

The process color (four color CMYK) of #beba26 color hex is 0.00, 0.02, 0.80, 0.25. Web safe color of #beba26 is #cccc33. Color #beba26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 00100110
Octal 276 272 46
Decimal 190 186 38
Hex BE BA 26

RGB Percentages of Color #beba26

%45.89
%44.93
%9.18

CMYK Percentages of Color #beba26

%0
%2
%80
%25

Triadic Colors of #beba26

#beba26 #26beba #ba26be

Analogous Colors of #beba26

#beba26 #76be26 #be6e26

Monochromatic Colors of #beba26

#beba26

Complementary Color

#beba26 #262abe

#beba26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beba26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beba26 Color CSS Codes

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

#beba26 Text Font Color

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

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


#beba26 Background Color

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

This div background color is #beba26


#beba26 Border Color

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

This div border color is #beba26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beba26


Comments

No comments written yet.

Please login to write comment.