Color Hex Logo

#bebf14 Color Hex

#BEBF14
(190,191,20)
0 Favorites   0 Comments

Color spaces of #bebf14

RGB 19019120
HSL0.170.810.41
HSV60°90°75°
CMYK 0.010.000.90   0.25
XYZ39.992348.25937.8690
Yxy48.25930.41610.5021
Hunter Lab69.4689-18.810641.9122
CIE-Lab74.9882-17.520173.5689

#bebf14 color RGB value is (190,191,20).

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

The process color (four color CMYK) of #bebf14 color hex is 0.01, 0.00, 0.90, 0.25. Web safe color of #bebf14 is #cccc00. Color #bebf14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 00010100
Octal 276 277 24
Decimal 190 191 20
Hex BE BF 14

RGB Percentages of Color #bebf14

%47.38
%47.63
%4.99

CMYK Percentages of Color #bebf14

%1
%0
%90
%25

Triadic Colors of #bebf14

#bebf14 #14bebf #bf14be

Analogous Colors of #bebf14

#bebf14 #69bf14 #bf6b14

Monochromatic Colors of #bebf14

#bebf14

Complementary Color

#bebf14 #1514bf

#bebf14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebf14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebf14 Color CSS Codes

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

#bebf14 Text Font Color

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

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


#bebf14 Background Color

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

This div background color is #bebf14


#bebf14 Border Color

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

This div border color is #bebf14


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,191,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 #bebf14">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebf14


Comments

No comments written yet.

Please login to write comment.