Color Hex Logo

#bed081 Color Hex

#BED081
(190,208,129)
0 Favorites   0 Comments

Color spaces of #bed081

RGB 190208129
HSL0.200.460.66
HSV74°38°82°
CMYK 0.090.000.38   0.18
XYZ47.753557.643929.3784
Yxy57.64390.35430.4277
Hunter Lab75.9236-20.595530.2044
CIE-Lab80.5404-18.633037.2122

#bed081 color RGB value is (190,208,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 10000001
Octal 276 320 201
Decimal 190 208 129
Hex BE D0 81

RGB Percentages of Color #bed081

%36.05
%39.47
%24.48

CMYK Percentages of Color #bed081

%9
%0
%38
%18

Triadic Colors of #bed081

#bed081 #81bed0 #d081be

Analogous Colors of #bed081

#bed081 #97d081 #d0bb81

Monochromatic Colors of #bed081

#bed081

Complementary Color

#bed081 #9381d0

#bed081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed081 Color CSS Codes

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

#bed081 Text Font Color

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

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


#bed081 Background Color

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

This div background color is #bed081


#bed081 Border Color

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

This div border color is #bed081


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,208,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 #bed081">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed081


Comments

No comments written yet.

Please login to write comment.