Color Hex Logo

#bed90e Color Hex

#BED90E
(190,217,14)
0 Favorites   0 Comments

Color spaces of #bed90e

RGB 19021714
HSL0.190.880.45
HSV68°94°85°
CMYK 0.120.000.94   0.15
XYZ46.127360.60469.6821
Yxy60.60460.39620.5206
Hunter Lab77.8490-30.470347.1204
CIE-Lab82.1657-30.202979.9824

#bed90e color RGB value is (190,217,14).

#bed90e hex color red value is 190, green value is 217 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bed90e hue: 0.19 , saturation: 0.88 and the lightness value of bed90e is 0.45.

The process color (four color CMYK) of #bed90e color hex is 0.12, 0.00, 0.94, 0.15. Web safe color of #bed90e is #cccc00. Color #bed90e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011001 00001110
Octal 276 331 16
Decimal 190 217 14
Hex BE D9 E

RGB Percentages of Color #bed90e

%45.13
%51.54
%3.33

CMYK Percentages of Color #bed90e

%12
%0
%94
%15

Triadic Colors of #bed90e

#bed90e #0ebed9 #d90ebe

Analogous Colors of #bed90e

#bed90e #59d90e #d98f0e

Monochromatic Colors of #bed90e

#bed90e

Complementary Color

#bed90e #290ed9

#bed90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed90e Color CSS Codes

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

#bed90e Text Font Color

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

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


#bed90e Background Color

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

This div background color is #bed90e


#bed90e Border Color

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

This div border color is #bed90e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed90e


Comments

No comments written yet.

Please login to write comment.