Color Hex Logo

#bebf1d Color Hex

#BEBF1D
(190,191,29)
0 Favorites   0 Comments

Color spaces of #bebf1d

RGB 19019129
HSL0.170.740.43
HSV60°85°75°
CMYK 0.010.000.85   0.25
XYZ40.087848.29758.3719
Yxy48.29750.41430.4992
Hunter Lab69.4964-18.654141.5051
CIE-Lab75.0122-17.325671.8721

#bebf1d color RGB value is (190,191,29).

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

The process color (four color CMYK) of #bebf1d color hex is 0.01, 0.00, 0.85, 0.25. Web safe color of #bebf1d is #cccc33. Color #bebf1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 00011101
Octal 276 277 35
Decimal 190 191 29
Hex BE BF 1D

RGB Percentages of Color #bebf1d

%46.34
%46.59
%7.07

CMYK Percentages of Color #bebf1d

%1
%0
%85
%25

Triadic Colors of #bebf1d

#bebf1d #1dbebf #bf1dbe

Analogous Colors of #bebf1d

#bebf1d #6dbf1d #bf6f1d

Monochromatic Colors of #bebf1d

#bebf1d

Complementary Color

#bebf1d #1e1dbf

#bebf1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebf1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebf1d Color CSS Codes

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

#bebf1d Text Font Color

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

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


#bebf1d Background Color

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

This div background color is #bebf1d


#bebf1d Border Color

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

This div border color is #bebf1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebf1d


Comments

No comments written yet.

Please login to write comment.