Color Hex Logo

#bed240 Color Hex

#BED240
(190,210,64)
0 Favorites   0 Comments

Color spaces of #bed240

RGB 19021064
HSL0.190.620.54
HSV68°70°82°
CMYK 0.100.000.70   0.18
XYZ45.207257.410513.5492
Yxy57.41050.38920.4942
Hunter Lab75.7697-26.096942.4365
CIE-Lab80.4099-25.265066.3741

#bed240 color RGB value is (190,210,64).

#bed240 hex color red value is 190, green value is 210 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bed240 hue: 0.19 , saturation: 0.62 and the lightness value of bed240 is 0.54.

The process color (four color CMYK) of #bed240 color hex is 0.10, 0.00, 0.70, 0.18. Web safe color of #bed240 is #cccc33. Color #bed240 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010010 01000000
Octal 276 322 100
Decimal 190 210 64
Hex BE D2 40

RGB Percentages of Color #bed240

%40.95
%45.26
%13.79

CMYK Percentages of Color #bed240

%10
%0
%70
%18

Triadic Colors of #bed240

#bed240 #40bed2 #d240be

Analogous Colors of #bed240

#bed240 #75d240 #d29d40

Monochromatic Colors of #bed240

#bed240

Complementary Color

#bed240 #5440d2

#bed240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed240 Color CSS Codes

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

#bed240 Text Font Color

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

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


#bed240 Background Color

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

This div background color is #bed240


#bed240 Border Color

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

This div border color is #bed240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed240


Comments

No comments written yet.

Please login to write comment.