Color Hex Logo

#bed87d Color Hex

#BED87D
(190,216,125)
0 Favorites   0 Comments

Color spaces of #bed87d

RGB 190216125
HSL0.210.540.67
HSV77°42°85°
CMYK 0.120.000.42   0.15
XYZ49.492761.539628.6718
Yxy61.53960.35430.4405
Hunter Lab78.4472-24.666133.2430
CIE-Lab82.6680-23.035441.9250

#bed87d color RGB value is (190,216,125).

#bed87d hex color red value is 190, green value is 216 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bed87d hue: 0.21 , saturation: 0.54 and the lightness value of bed87d is 0.67.

The process color (four color CMYK) of #bed87d color hex is 0.12, 0.00, 0.42, 0.15. Web safe color of #bed87d is #cccc66. Color #bed87d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011000 01111101
Octal 276 330 175
Decimal 190 216 125
Hex BE D8 7D

RGB Percentages of Color #bed87d

%35.78
%40.68
%23.54

CMYK Percentages of Color #bed87d

%12
%0
%42
%15

Triadic Colors of #bed87d

#bed87d #7dbed8 #d87dbe

Analogous Colors of #bed87d

#bed87d #91d87d #d8c57d

Monochromatic Colors of #bed87d

#bed87d

Complementary Color

#bed87d #977dd8

#bed87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed87d Color CSS Codes

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

#bed87d Text Font Color

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

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


#bed87d Background Color

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

This div background color is #bed87d


#bed87d Border Color

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

This div border color is #bed87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed87d


Comments

No comments written yet.

Please login to write comment.