Color Hex Logo

#bed09d Color Hex

#BED09D
(190,208,157)
0 Favorites   0 Comments

Color spaces of #bed09d

RGB 190208157
HSL0.230.350.72
HSV81°25°82°
CMYK 0.090.000.25   0.18
XYZ49.876958.493240.5598
Yxy58.49320.33490.3928
Hunter Lab76.4808-17.432922.0936
CIE-Lab81.0122-14.860323.3577

#bed09d color RGB value is (190,208,157).

#bed09d hex color red value is 190, green value is 208 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bed09d hue: 0.23 , saturation: 0.35 and the lightness value of bed09d is 0.72.

The process color (four color CMYK) of #bed09d color hex is 0.09, 0.00, 0.25, 0.18. Web safe color of #bed09d is #cccc99. Color #bed09d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 10011101
Octal 276 320 235
Decimal 190 208 157
Hex BE D0 9D

RGB Percentages of Color #bed09d

%34.23
%37.48
%28.29

CMYK Percentages of Color #bed09d

%9
%0
%25
%18

Triadic Colors of #bed09d

#bed09d #9dbed0 #d09dbe

Analogous Colors of #bed09d

#bed09d #a5d09d #d0c99d

Monochromatic Colors of #bed09d

#bed09d

Complementary Color

#bed09d #af9dd0

#bed09d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed09d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed09d Color CSS Codes

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

#bed09d Text Font Color

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

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


#bed09d Background Color

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

This div background color is #bed09d


#bed09d Border Color

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

This div border color is #bed09d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed09d


Comments

No comments written yet.

Please login to write comment.