Color Hex Logo

#bedd6f Color Hex

#BEDD6F
(190,221,111)
0 Favorites   0 Comments

Color spaces of #bedd6f

RGB 190221111
HSL0.210.620.65
HSV77°50°87°
CMYK 0.140.000.50   0.13
XYZ49.960963.807724.7218
Yxy63.80770.36080.4607
Hunter Lab79.8797-28.146437.5663
CIE-Lab83.8655-26.932950.1698

#bedd6f color RGB value is (190,221,111).

#bedd6f hex color red value is 190, green value is 221 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bedd6f hue: 0.21 , saturation: 0.62 and the lightness value of bedd6f is 0.65.

The process color (four color CMYK) of #bedd6f color hex is 0.14, 0.00, 0.50, 0.13. Web safe color of #bedd6f is #cccc66. Color #bedd6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 01101111
Octal 276 335 157
Decimal 190 221 111
Hex BE DD 6F

RGB Percentages of Color #bedd6f

%36.40
%42.34
%21.26

CMYK Percentages of Color #bedd6f

%14
%0
%50
%13

Triadic Colors of #bedd6f

#bedd6f #6fbedd #dd6fbe

Analogous Colors of #bedd6f

#bedd6f #87dd6f #ddc56f

Monochromatic Colors of #bedd6f

#bedd6f

Complementary Color

#bedd6f #8e6fdd

#bedd6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedd6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedd6f Color CSS Codes

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

#bedd6f Text Font Color

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

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


#bedd6f Background Color

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

This div background color is #bedd6f


#bedd6f Border Color

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

This div border color is #bedd6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedd6f


Comments

No comments written yet.

Please login to write comment.