Color Hex Logo

#bedf56 Color Hex

#BEDF56
(190,223,86)
0 Favorites   0 Comments

Color spaces of #bedf56

RGB 19022386
HSL0.210.680.61
HSV74°61°87°
CMYK 0.150.000.61   0.13
XYZ49.302664.394418.6349
Yxy64.39440.37260.4866
Hunter Lab80.2461-30.761742.4039
CIE-Lab84.1707-30.028361.6665

#bedf56 color RGB value is (190,223,86).

#bedf56 hex color red value is 190, green value is 223 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #bedf56 hue: 0.21 , saturation: 0.68 and the lightness value of bedf56 is 0.61.

The process color (four color CMYK) of #bedf56 color hex is 0.15, 0.00, 0.61, 0.13. Web safe color of #bedf56 is #cccc66. Color #bedf56 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 01010110
Octal 276 337 126
Decimal 190 223 86
Hex BE DF 56

RGB Percentages of Color #bedf56

%38.08
%44.69
%17.23

CMYK Percentages of Color #bedf56

%15
%0
%61
%13

Triadic Colors of #bedf56

#bedf56 #56bedf #df56be

Analogous Colors of #bedf56

#bedf56 #7adf56 #dfbc56

Monochromatic Colors of #bedf56

#bedf56

Complementary Color

#bedf56 #7756df

#bedf56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedf56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedf56 Color CSS Codes

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

#bedf56 Text Font Color

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

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


#bedf56 Background Color

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

This div background color is #bedf56


#bedf56 Border Color

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

This div border color is #bedf56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedf56


Comments

No comments written yet.

Please login to write comment.