Color Hex Logo

#bed01e Color Hex

#BED01E
(190,208,30)
0 Favorites   0 Comments

Color spaces of #bed01e

RGB 19020830
HSL0.180.750.47
HSV66°86°82°
CMYK 0.090.000.86   0.18
XYZ44.025456.15269.7465
Yxy56.15260.40050.5108
Hunter Lab74.9350-26.265044.7429
CIE-Lab79.7006-25.638675.5347

#bed01e color RGB value is (190,208,30).

#bed01e hex color red value is 190, green value is 208 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bed01e hue: 0.18 , saturation: 0.75 and the lightness value of bed01e is 0.47.

The process color (four color CMYK) of #bed01e color hex is 0.09, 0.00, 0.86, 0.18. Web safe color of #bed01e is #cccc33. Color #bed01e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 00011110
Octal 276 320 36
Decimal 190 208 30
Hex BE D0 1E

RGB Percentages of Color #bed01e

%44.39
%48.60
%7.01

CMYK Percentages of Color #bed01e

%9
%0
%86
%18

Triadic Colors of #bed01e

#bed01e #1ebed0 #d01ebe

Analogous Colors of #bed01e

#bed01e #65d01e #d0891e

Monochromatic Colors of #bed01e

#bed01e

Complementary Color

#bed01e #301ed0

#bed01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed01e Color CSS Codes

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

#bed01e Text Font Color

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

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


#bed01e Background Color

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

This div background color is #bed01e


#bed01e Border Color

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

This div border color is #bed01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed01e


Comments

No comments written yet.

Please login to write comment.