Color Hex Logo

#bedd8f Color Hex

#BEDD8F
(190,221,143)
0 Favorites   0 Comments

Color spaces of #bedd8f

RGB 190221143
HSL0.230.530.71
HSV84°35°87°
CMYK 0.140.000.35   0.13
XYZ52.049664.643235.7207
Yxy64.64320.34150.4241
Hunter Lab80.4010-25.145329.9392
CIE-Lab84.2995-23.256834.9924

#bedd8f color RGB value is (190,221,143).

#bedd8f hex color red value is 190, green value is 221 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bedd8f hue: 0.23 , saturation: 0.53 and the lightness value of bedd8f is 0.71.

The process color (four color CMYK) of #bedd8f color hex is 0.14, 0.00, 0.35, 0.13. Web safe color of #bedd8f is #cccc99. Color #bedd8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 10001111
Octal 276 335 217
Decimal 190 221 143
Hex BE DD 8F

RGB Percentages of Color #bedd8f

%34.30
%39.89
%25.81

CMYK Percentages of Color #bedd8f

%14
%0
%35
%13

Triadic Colors of #bedd8f

#bedd8f #8fbedd #dd8fbe

Analogous Colors of #bedd8f

#bedd8f #97dd8f #ddd58f

Monochromatic Colors of #bedd8f

#bedd8f

Complementary Color

#bedd8f #ae8fdd

#bedd8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedd8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedd8f Color CSS Codes

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

#bedd8f Text Font Color

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

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


#bedd8f Background Color

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

This div background color is #bedd8f


#bedd8f Border Color

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

This div border color is #bedd8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedd8f


Comments

No comments written yet.

Please login to write comment.