Color Hex Logo

#bed181 Color Hex

#BED181
(190,209,129)
0 Favorites   0 Comments

Color spaces of #bed181

RGB 190209129
HSL0.210.470.66
HSV74°38°82°
CMYK 0.090.000.38   0.18
XYZ47.998158.133129.4599
Yxy58.13310.35400.4287
Hunter Lab76.2451-21.058830.4628
CIE-Lab80.8127-19.129337.5624

#bed181 color RGB value is (190,209,129).

#bed181 hex color red value is 190, green value is 209 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bed181 hue: 0.21 , saturation: 0.47 and the lightness value of bed181 is 0.66.

The process color (four color CMYK) of #bed181 color hex is 0.09, 0.00, 0.38, 0.18. Web safe color of #bed181 is #cccc99. Color #bed181 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010001 10000001
Octal 276 321 201
Decimal 190 209 129
Hex BE D1 81

RGB Percentages of Color #bed181

%35.98
%39.58
%24.43

CMYK Percentages of Color #bed181

%9
%0
%38
%18

Triadic Colors of #bed181

#bed181 #81bed1 #d181be

Analogous Colors of #bed181

#bed181 #96d181 #d1bc81

Monochromatic Colors of #bed181

#bed181

Complementary Color

#bed181 #9481d1

#bed181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed181 Color CSS Codes

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

#bed181 Text Font Color

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

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


#bed181 Background Color

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

This div background color is #bed181


#bed181 Border Color

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

This div border color is #bed181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed181


Comments

No comments written yet.

Please login to write comment.