Color Hex Logo

#bed220 Color Hex

#BED220
(190,210,32)
0 Favorites   0 Comments

Color spaces of #bed220

RGB 19021032
HSL0.190.740.47
HSV67°85°82°
CMYK 0.100.000.85   0.18
XYZ44.542557.144610.0489
Yxy57.14460.39860.5114
Hunter Lab75.5940-27.111545.0343
CIE-Lab80.2609-26.544875.5848

#bed220 color RGB value is (190,210,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010010 00100000
Octal 276 322 40
Decimal 190 210 32
Hex BE D2 20

RGB Percentages of Color #bed220

%43.98
%48.61
%7.41

CMYK Percentages of Color #bed220

%10
%0
%85
%18

Triadic Colors of #bed220

#bed220 #20bed2 #d220be

Analogous Colors of #bed220

#bed220 #65d220 #d28d20

Monochromatic Colors of #bed220

#bed220

Complementary Color

#bed220 #3420d2

#bed220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed220 Color CSS Codes

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

#bed220 Text Font Color

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

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


#bed220 Background Color

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

This div background color is #bed220


#bed220 Border Color

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

This div border color is #bed220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed220


Comments

No comments written yet.

Please login to write comment.