Color Hex Logo

#bed148 Color Hex

#BED148
(190,209,72)
0 Favorites   0 Comments

Color spaces of #bed148

RGB 19020972
HSL0.190.600.55
HSV68°66°82°
CMYK 0.090.000.66   0.18
XYZ45.205457.016014.7535
Yxy57.01600.38650.4874
Hunter Lab75.5089-25.277041.2717
CIE-Lab80.1886-24.316163.1177

#bed148 color RGB value is (190,209,72).

#bed148 hex color red value is 190, green value is 209 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bed148 hue: 0.19 , saturation: 0.60 and the lightness value of bed148 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010001 01001000
Octal 276 321 110
Decimal 190 209 72
Hex BE D1 48

RGB Percentages of Color #bed148

%40.34
%44.37
%15.29

CMYK Percentages of Color #bed148

%9
%0
%66
%18

Triadic Colors of #bed148

#bed148 #48bed1 #d148be

Analogous Colors of #bed148

#bed148 #7ad148 #d1a048

Monochromatic Colors of #bed148

#bed148

Complementary Color

#bed148 #5b48d1

#bed148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed148 Color CSS Codes

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

#bed148 Text Font Color

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

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


#bed148 Background Color

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

This div background color is #bed148


#bed148 Border Color

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

This div border color is #bed148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed148


Comments

No comments written yet.

Please login to write comment.