Color Hex Logo

#bed218 Color Hex

#BED218
(190,210,24)
0 Favorites   0 Comments

Color spaces of #bed218

RGB 19021024
HSL0.180.790.46
HSV66°89°82°
CMYK 0.100.000.89   0.18
XYZ44.446757.10639.5442
Yxy57.10630.40010.5140
Hunter Lab75.5687-27.258245.4099
CIE-Lab80.2393-26.730777.0869

#bed218 color RGB value is (190,210,24).

#bed218 hex color red value is 190, green value is 210 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #bed218 hue: 0.18 , saturation: 0.79 and the lightness value of bed218 is 0.46.

The process color (four color CMYK) of #bed218 color hex is 0.10, 0.00, 0.89, 0.18. Web safe color of #bed218 is #cccc00. Color #bed218 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010010 00011000
Octal 276 322 30
Decimal 190 210 24
Hex BE D2 18

RGB Percentages of Color #bed218

%44.81
%49.53
%5.66

CMYK Percentages of Color #bed218

%10
%0
%89
%18

Triadic Colors of #bed218

#bed218 #18bed2 #d218be

Analogous Colors of #bed218

#bed218 #61d218 #d28918

Monochromatic Colors of #bed218

#bed218

Complementary Color

#bed218 #2c18d2

#bed218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed218 Color CSS Codes

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

#bed218 Text Font Color

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

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


#bed218 Background Color

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

This div background color is #bed218


#bed218 Border Color

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

This div border color is #bed218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed218


Comments

No comments written yet.

Please login to write comment.