Color Hex Logo

#bed12d Color Hex

#BED12D
(190,209,45)
0 Favorites   0 Comments

Color spaces of #bed12d

RGB 19020945
HSL0.190.650.50
HSV67°78°82°
CMYK 0.090.000.78   0.18
XYZ44.509356.737511.0882
Yxy56.73750.39620.5051
Hunter Lab75.3243-26.341543.9992
CIE-Lab80.0317-25.653672.1755

#bed12d color RGB value is (190,209,45).

#bed12d hex color red value is 190, green value is 209 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bed12d hue: 0.19 , saturation: 0.65 and the lightness value of bed12d is 0.50.

The process color (four color CMYK) of #bed12d color hex is 0.09, 0.00, 0.78, 0.18. Web safe color of #bed12d is #cccc33. Color #bed12d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010001 00101101
Octal 276 321 55
Decimal 190 209 45
Hex BE D1 2D

RGB Percentages of Color #bed12d

%42.79
%47.07
%10.14

CMYK Percentages of Color #bed12d

%9
%0
%78
%18

Triadic Colors of #bed12d

#bed12d #2dbed1 #d12dbe

Analogous Colors of #bed12d

#bed12d #6cd12d #d1922d

Monochromatic Colors of #bed12d

#bed12d

Complementary Color

#bed12d #402dd1

#bed12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed12d Color CSS Codes

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

#bed12d Text Font Color

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

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


#bed12d Background Color

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

This div background color is #bed12d


#bed12d Border Color

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

This div border color is #bed12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed12d


Comments

No comments written yet.

Please login to write comment.