Color Hex Logo

#bed212 Color Hex

#BED212
(190,210,18)
0 Favorites   0 Comments

Color spaces of #bed212

RGB 19021018
HSL0.180.840.45
HSV66°91°82°
CMYK 0.100.000.91   0.18
XYZ44.391057.08409.2509
Yxy57.08400.40090.5155
Hunter Lab75.5540-27.343545.6282
CIE-Lab80.2268-26.838977.9849

#bed212 color RGB value is (190,210,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010010 00010010
Octal 276 322 22
Decimal 190 210 18
Hex BE D2 12

RGB Percentages of Color #bed212

%45.45
%50.24
%4.31

CMYK Percentages of Color #bed212

%10
%0
%91
%18

Triadic Colors of #bed212

#bed212 #12bed2 #d212be

Analogous Colors of #bed212

#bed212 #5ed212 #d28612

Monochromatic Colors of #bed212

#bed212

Complementary Color

#bed212 #2612d2

#bed212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed212 Color CSS Codes

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

#bed212 Text Font Color

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

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


#bed212 Background Color

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

This div background color is #bed212


#bed212 Border Color

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

This div border color is #bed212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed212


Comments

No comments written yet.

Please login to write comment.