Color Hex Logo

#bed97b Color Hex

#BED97B
(190,217,123)
0 Favorites   0 Comments

Color spaces of #bed97b

RGB 190217123
HSL0.210.550.67
HSV77°43°85°
CMYK 0.120.000.43   0.15
XYZ49.623262.002928.0912
Yxy62.00290.35520.4438
Hunter Lab78.7419-25.307633.9676
CIE-Lab82.9150-23.746843.2220

#bed97b color RGB value is (190,217,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011001 01111011
Octal 276 331 173
Decimal 190 217 123
Hex BE D9 7B

RGB Percentages of Color #bed97b

%35.85
%40.94
%23.21

CMYK Percentages of Color #bed97b

%12
%0
%43
%15

Triadic Colors of #bed97b

#bed97b #7bbed9 #d97bbe

Analogous Colors of #bed97b

#bed97b #8fd97b #d9c57b

Monochromatic Colors of #bed97b

#bed97b

Complementary Color

#bed97b #967bd9

#bed97b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed97b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed97b Color CSS Codes

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

#bed97b Text Font Color

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

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


#bed97b Background Color

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

This div background color is #bed97b


#bed97b Border Color

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

This div border color is #bed97b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed97b


Comments

No comments written yet.

Please login to write comment.