Color Hex Logo

#bed14a Color Hex

#BED14A
(190,209,74)
0 Favorites   0 Comments

Color spaces of #bed14a

RGB 19020974
HSL0.190.590.55
HSV68°65°82°
CMYK 0.090.000.65   0.18
XYZ45.271757.042515.1028
Yxy57.04250.38560.4858
Hunter Lab75.5265-25.175841.0125
CIE-Lab80.2035-24.189662.3390

#bed14a color RGB value is (190,209,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010001 01001010
Octal 276 321 112
Decimal 190 209 74
Hex BE D1 4A

RGB Percentages of Color #bed14a

%40.17
%44.19
%15.64

CMYK Percentages of Color #bed14a

%9
%0
%65
%18

Triadic Colors of #bed14a

#bed14a #4abed1 #d14abe

Analogous Colors of #bed14a

#bed14a #7bd14a #d1a14a

Monochromatic Colors of #bed14a

#bed14a

Complementary Color

#bed14a #5d4ad1

#bed14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed14a Color CSS Codes

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

#bed14a Text Font Color

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

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


#bed14a Background Color

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

This div background color is #bed14a


#bed14a Border Color

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

This div border color is #bed14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed14a


Comments

No comments written yet.

Please login to write comment.