Color Hex Logo

#bed17d Color Hex

#BED17D
(190,209,125)
0 Favorites   0 Comments

Color spaces of #bed17d

RGB 190209125
HSL0.200.480.65
HSV74°40°82°
CMYK 0.090.000.40   0.18
XYZ47.737358.028728.0867
Yxy58.02870.35660.4335
Hunter Lab76.1766-21.449031.4631
CIE-Lab80.7547-19.601839.5043

#bed17d color RGB value is (190,209,125).

#bed17d hex color red value is 190, green value is 209 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bed17d hue: 0.20 , saturation: 0.48 and the lightness value of bed17d is 0.65.

The process color (four color CMYK) of #bed17d color hex is 0.09, 0.00, 0.40, 0.18. Web safe color of #bed17d is #cccc66. Color #bed17d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010001 01111101
Octal 276 321 175
Decimal 190 209 125
Hex BE D1 7D

RGB Percentages of Color #bed17d

%36.26
%39.89
%23.85

CMYK Percentages of Color #bed17d

%9
%0
%40
%18

Triadic Colors of #bed17d

#bed17d #7dbed1 #d17dbe

Analogous Colors of #bed17d

#bed17d #94d17d #d1ba7d

Monochromatic Colors of #bed17d

#bed17d

Complementary Color

#bed17d #907dd1

#bed17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed17d Color CSS Codes

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

#bed17d Text Font Color

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

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


#bed17d Background Color

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

This div background color is #bed17d


#bed17d Border Color

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

This div border color is #bed17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed17d


Comments

No comments written yet.

Please login to write comment.