Color Hex Logo

#bed98b Color Hex

#BED98B
(190,217,139)
0 Favorites   0 Comments

Color spaces of #bed98b

RGB 190217139
HSL0.220.510.70
HSV81°36°85°
CMYK 0.120.000.36   0.15
XYZ50.708362.436933.8050
Yxy62.43690.34510.4249
Hunter Lab79.0170-23.729429.9465
CIE-Lab83.1452-21.825835.5135

#bed98b color RGB value is (190,217,139).

#bed98b hex color red value is 190, green value is 217 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bed98b hue: 0.22 , saturation: 0.51 and the lightness value of bed98b is 0.70.

The process color (four color CMYK) of #bed98b color hex is 0.12, 0.00, 0.36, 0.15. Web safe color of #bed98b is #cccc99. Color #bed98b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011001 10001011
Octal 276 331 213
Decimal 190 217 139
Hex BE D9 8B

RGB Percentages of Color #bed98b

%34.80
%39.74
%25.46

CMYK Percentages of Color #bed98b

%12
%0
%36
%15

Triadic Colors of #bed98b

#bed98b #8bbed9 #d98bbe

Analogous Colors of #bed98b

#bed98b #97d98b #d9cd8b

Monochromatic Colors of #bed98b

#bed98b

Complementary Color

#bed98b #a68bd9

#bed98b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed98b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed98b Color CSS Codes

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

#bed98b Text Font Color

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

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


#bed98b Background Color

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

This div background color is #bed98b


#bed98b Border Color

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

This div border color is #bed98b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed98b


Comments

No comments written yet.

Please login to write comment.