Color Hex Logo

#bed08f Color Hex

#BED08F
(190,208,143)
0 Favorites   0 Comments

Color spaces of #bed08f

RGB 190208143
HSL0.210.410.69
HSV77°31°82°
CMYK 0.090.000.31   0.18
XYZ48.749058.042134.6205
Yxy58.04210.34470.4104
Hunter Lab76.1854-19.107026.3869
CIE-Lab80.7622-16.845830.3245

#bed08f color RGB value is (190,208,143).

#bed08f hex color red value is 190, green value is 208 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bed08f hue: 0.21 , saturation: 0.41 and the lightness value of bed08f is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 10001111
Octal 276 320 217
Decimal 190 208 143
Hex BE D0 8F

RGB Percentages of Color #bed08f

%35.12
%38.45
%26.43

CMYK Percentages of Color #bed08f

%9
%0
%31
%18

Triadic Colors of #bed08f

#bed08f #8fbed0 #d08fbe

Analogous Colors of #bed08f

#bed08f #9ed08f #d0c28f

Monochromatic Colors of #bed08f

#bed08f

Complementary Color

#bed08f #a18fd0

#bed08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed08f Color CSS Codes

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

#bed08f Text Font Color

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

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


#bed08f Background Color

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

This div background color is #bed08f


#bed08f Border Color

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

This div border color is #bed08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed08f


Comments

No comments written yet.

Please login to write comment.