Color Hex Logo

#bed78b Color Hex

#BED78B
(190,215,139)
0 Favorites   0 Comments

Color spaces of #bed78b

RGB 190215139
HSL0.220.490.69
HSV80°35°84°
CMYK 0.120.000.35   0.16
XYZ50.195861.412133.6342
Yxy61.41210.34560.4228
Hunter Lab78.3659-22.805429.4092
CIE-Lab82.5998-20.845634.8016

#bed78b color RGB value is (190,215,139).

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

The process color (four color CMYK) of #bed78b color hex is 0.12, 0.00, 0.35, 0.16. Web safe color of #bed78b is #cccc99. Color #bed78b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 10001011
Octal 276 327 213
Decimal 190 215 139
Hex BE D7 8B

RGB Percentages of Color #bed78b

%34.93
%39.52
%25.55

CMYK Percentages of Color #bed78b

%12
%0
%35
%16

Triadic Colors of #bed78b

#bed78b #8bbed7 #d78bbe

Analogous Colors of #bed78b

#bed78b #98d78b #d7ca8b

Monochromatic Colors of #bed78b

#bed78b

Complementary Color

#bed78b #a48bd7

#bed78b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed78b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed78b Color CSS Codes

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

#bed78b Text Font Color

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

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


#bed78b Background Color

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

This div background color is #bed78b


#bed78b Border Color

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

This div border color is #bed78b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed78b


Comments

No comments written yet.

Please login to write comment.