Color Hex Logo

#bed612 Color Hex

#BED612
(190,214,18)
0 Favorites   0 Comments

Color spaces of #bed612

RGB 19021418
HSL0.190.840.45
HSV67°92°84°
CMYK 0.110.000.92   0.16
XYZ45.391059.08409.5843
Yxy59.08400.39800.5180
Hunter Lab76.8661-29.107846.4135
CIE-Lab81.3377-28.735978.8565

#bed612 color RGB value is (190,214,18).

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

The process color (four color CMYK) of #bed612 color hex is 0.11, 0.00, 0.92, 0.16. Web safe color of #bed612 is #cccc00. Color #bed612 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 00010010
Octal 276 326 22
Decimal 190 214 18
Hex BE D6 12

RGB Percentages of Color #bed612

%45.02
%50.71
%4.27

CMYK Percentages of Color #bed612

%11
%0
%92
%16

Triadic Colors of #bed612

#bed612 #12bed6 #d612be

Analogous Colors of #bed612

#bed612 #5cd612 #d68c12

Monochromatic Colors of #bed612

#bed612

Complementary Color

#bed612 #2a12d6

#bed612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed612 Color CSS Codes

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

#bed612 Text Font Color

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

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


#bed612 Background Color

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

This div background color is #bed612


#bed612 Border Color

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

This div border color is #bed612


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,214,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 #bed612">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed612


Comments

No comments written yet.

Please login to write comment.