Color Hex Logo

#bed136 Color Hex

#BED136
(190,209,54)
0 Favorites   0 Comments

Color spaces of #bed136

RGB 19020954
HSL0.190.630.52
HSV67°74°82°
CMYK 0.090.000.74   0.18
XYZ44.701556.814412.1003
Yxy56.81440.39340.5001
Hunter Lab75.3753-26.047043.2447
CIE-Lab80.0751-25.282569.4909

#bed136 color RGB value is (190,209,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010001 00110110
Octal 276 321 66
Decimal 190 209 54
Hex BE D1 36

RGB Percentages of Color #bed136

%41.94
%46.14
%11.92

CMYK Percentages of Color #bed136

%9
%0
%74
%18

Triadic Colors of #bed136

#bed136 #36bed1 #d136be

Analogous Colors of #bed136

#bed136 #71d136 #d19736

Monochromatic Colors of #bed136

#bed136

Complementary Color

#bed136 #4936d1

#bed136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed136 Color CSS Codes

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

#bed136 Text Font Color

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

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


#bed136 Background Color

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

This div background color is #bed136


#bed136 Border Color

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

This div border color is #bed136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed136


Comments

No comments written yet.

Please login to write comment.