Color Hex Logo

#bed138 Color Hex

#BED138
(190,209,56)
0 Favorites   0 Comments

Color spaces of #bed138

RGB 19020956
HSL0.190.620.52
HSV67°73°82°
CMYK 0.090.000.73   0.18
XYZ44.749556.833612.3528
Yxy56.83360.39280.4988
Hunter Lab75.3881-25.973543.0566
CIE-Lab80.0859-25.190068.8454

#bed138 color RGB value is (190,209,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010001 00111000
Octal 276 321 70
Decimal 190 209 56
Hex BE D1 38

RGB Percentages of Color #bed138

%41.76
%45.93
%12.31

CMYK Percentages of Color #bed138

%9
%0
%73
%18

Triadic Colors of #bed138

#bed138 #38bed1 #d138be

Analogous Colors of #bed138

#bed138 #72d138 #d19838

Monochromatic Colors of #bed138

#bed138

Complementary Color

#bed138 #4b38d1

#bed138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed138 Color CSS Codes

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

#bed138 Text Font Color

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

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


#bed138 Background Color

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

This div background color is #bed138


#bed138 Border Color

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

This div border color is #bed138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed138


Comments

No comments written yet.

Please login to write comment.