Color Hex Logo

#bed12c Color Hex

#BED12C
(190,209,44)
0 Favorites   0 Comments

Color spaces of #bed12c

RGB 19020944
HSL0.190.650.50
HSV67°79°82°
CMYK 0.090.000.79   0.18
XYZ44.490356.729910.9880
Yxy56.72990.39650.5056
Hunter Lab75.3193-26.370644.0739
CIE-Lab80.0274-25.690472.4503

#bed12c color RGB value is (190,209,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010001 00101100
Octal 276 321 54
Decimal 190 209 44
Hex BE D1 2C

RGB Percentages of Color #bed12c

%42.89
%47.18
%9.93

CMYK Percentages of Color #bed12c

%9
%0
%79
%18

Triadic Colors of #bed12c

#bed12c #2cbed1 #d12cbe

Analogous Colors of #bed12c

#bed12c #6cd12c #d1922c

Monochromatic Colors of #bed12c

#bed12c

Complementary Color

#bed12c #3f2cd1

#bed12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed12c Color CSS Codes

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

#bed12c Text Font Color

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

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


#bed12c Background Color

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

This div background color is #bed12c


#bed12c Border Color

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

This div border color is #bed12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed12c


Comments

No comments written yet.

Please login to write comment.