Color Hex Logo

#bed95b Color Hex

#BED95B
(190,217,91)
0 Favorites   0 Comments

Color spaces of #bed95b

RGB 19021791
HSL0.200.620.60
HSV73°58°85°
CMYK 0.120.000.58   0.15
XYZ47.936461.328219.2085
Yxy61.32820.37310.4774
Hunter Lab78.3123-27.783540.2759
CIE-Lab82.5549-26.809257.7528

#bed95b color RGB value is (190,217,91).

#bed95b hex color red value is 190, green value is 217 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bed95b hue: 0.20 , saturation: 0.62 and the lightness value of bed95b is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011001 01011011
Octal 276 331 133
Decimal 190 217 91
Hex BE D9 5B

RGB Percentages of Color #bed95b

%38.15
%43.57
%18.27

CMYK Percentages of Color #bed95b

%12
%0
%58
%15

Triadic Colors of #bed95b

#bed95b #5bbed9 #d95bbe

Analogous Colors of #bed95b

#bed95b #7fd95b #d9b55b

Monochromatic Colors of #bed95b

#bed95b

Complementary Color

#bed95b #765bd9

#bed95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed95b Color CSS Codes

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

#bed95b Text Font Color

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

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


#bed95b Background Color

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

This div background color is #bed95b


#bed95b Border Color

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

This div border color is #bed95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed95b


Comments

No comments written yet.

Please login to write comment.