Color Hex Logo

#beb914 Color Hex

#BEB914
(190,185,20)
0 Favorites   0 Comments

Color spaces of #beb914

RGB 19018520
HSL0.160.810.41
HSV58°89°75°
CMYK 0.000.030.89   0.25
XYZ38.710445.69567.4417
Yxy45.69560.42150.4975
Hunter Lab67.5985-16.079140.7919
CIE-Lab73.3476-14.495372.2763

#beb914 color RGB value is (190,185,20).

#beb914 hex color red value is 190, green value is 185 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #beb914 hue: 0.16 , saturation: 0.81 and the lightness value of beb914 is 0.41.

The process color (four color CMYK) of #beb914 color hex is 0.00, 0.03, 0.89, 0.25. Web safe color of #beb914 is #cccc00. Color #beb914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 00010100
Octal 276 271 24
Decimal 190 185 20
Hex BE B9 14

RGB Percentages of Color #beb914

%48.10
%46.84
%5.06

CMYK Percentages of Color #beb914

%0
%3
%89
%25

Triadic Colors of #beb914

#beb914 #14beb9 #b914be

Analogous Colors of #beb914

#beb914 #6ebe14 #be6414

Monochromatic Colors of #beb914

#beb914

Complementary Color

#beb914 #1419be

#beb914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb914 Color CSS Codes

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

#beb914 Text Font Color

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

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


#beb914 Background Color

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

This div background color is #beb914


#beb914 Border Color

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

This div border color is #beb914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb914


Comments

No comments written yet.

Please login to write comment.