Color Hex Logo

#bedf8f Color Hex

#BEDF8F
(190,223,143)
0 Favorites   0 Comments

Color spaces of #bedf8f

RGB 190223143
HSL0.240.560.72
HSV85°36°87°
CMYK 0.150.000.36   0.13
XYZ52.580865.705735.8978
Yxy65.70570.34100.4262
Hunter Lab81.0591-26.065330.4842
CIE-Lab84.8461-24.225735.7072

#bedf8f color RGB value is (190,223,143).

#bedf8f hex color red value is 190, green value is 223 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bedf8f hue: 0.24 , saturation: 0.56 and the lightness value of bedf8f is 0.72.

The process color (four color CMYK) of #bedf8f color hex is 0.15, 0.00, 0.36, 0.13. Web safe color of #bedf8f is #cccc99. Color #bedf8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 10001111
Octal 276 337 217
Decimal 190 223 143
Hex BE DF 8F

RGB Percentages of Color #bedf8f

%34.17
%40.11
%25.72

CMYK Percentages of Color #bedf8f

%15
%0
%36
%13

Triadic Colors of #bedf8f

#bedf8f #8fbedf #df8fbe

Analogous Colors of #bedf8f

#bedf8f #96df8f #dfd88f

Monochromatic Colors of #bedf8f

#bedf8f

Complementary Color

#bedf8f #b08fdf

#bedf8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedf8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedf8f Color CSS Codes

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

#bedf8f Text Font Color

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

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


#bedf8f Background Color

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

This div background color is #bedf8f


#bedf8f Border Color

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

This div border color is #bedf8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedf8f


Comments

No comments written yet.

Please login to write comment.