Color Hex Logo

#bed915 Color Hex

#BED915
(190,217,21)
0 Favorites   0 Comments

Color spaces of #bed915

RGB 19021721
HSL0.190.820.47
HSV68°90°85°
CMYK 0.120.000.90   0.15
XYZ46.183460.62709.9775
Yxy60.62700.39540.5191
Hunter Lab77.8633-30.386446.9068
CIE-Lab82.1778-30.095879.1045

#bed915 color RGB value is (190,217,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011001 00010101
Octal 276 331 25
Decimal 190 217 21
Hex BE D9 15

RGB Percentages of Color #bed915

%44.39
%50.70
%4.91

CMYK Percentages of Color #bed915

%12
%0
%90
%15

Triadic Colors of #bed915

#bed915 #15bed9 #d915be

Analogous Colors of #bed915

#bed915 #5cd915 #d99215

Monochromatic Colors of #bed915

#bed915

Complementary Color

#bed915 #3015d9

#bed915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed915 Color CSS Codes

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

#bed915 Text Font Color

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

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


#bed915 Background Color

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

This div background color is #bed915


#bed915 Border Color

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

This div border color is #bed915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed915


Comments

No comments written yet.

Please login to write comment.