Color Hex Logo

#bed080 Color Hex

#BED080
(190,208,128)
0 Favorites   0 Comments

Color spaces of #bed080

RGB 190208128
HSL0.200.460.66
HSV74°38°82°
CMYK 0.090.000.38   0.18
XYZ47.687457.617429.0300
Yxy57.61740.35500.4289
Hunter Lab75.9061-20.694630.4591
CIE-Lab80.5256-18.752737.6996

#bed080 color RGB value is (190,208,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 10000000
Octal 276 320 200
Decimal 190 208 128
Hex BE D0 80

RGB Percentages of Color #bed080

%36.12
%39.54
%24.33

CMYK Percentages of Color #bed080

%9
%0
%38
%18

Triadic Colors of #bed080

#bed080 #80bed0 #d080be

Analogous Colors of #bed080

#bed080 #96d080 #d0ba80

Monochromatic Colors of #bed080

#bed080

Complementary Color

#bed080 #9280d0

#bed080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed080 Color CSS Codes

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

#bed080 Text Font Color

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

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


#bed080 Background Color

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

This div background color is #bed080


#bed080 Border Color

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

This div border color is #bed080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed080


Comments

No comments written yet.

Please login to write comment.