Color Hex Logo

#bedf2b Color Hex

#BEDF2B
(190,223,43)
0 Favorites   0 Comments

Color spaces of #bedf2b

RGB 19022343
HSL0.200.740.52
HSV71°81°87°
CMYK 0.150.000.81   0.13
XYZ48.058963.896912.0859
Yxy63.89690.38740.5151
Hunter Lab79.9355-32.569346.9905
CIE-Lab83.9121-32.320476.1446

#bedf2b color RGB value is (190,223,43).

#bedf2b hex color red value is 190, green value is 223 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bedf2b hue: 0.20 , saturation: 0.74 and the lightness value of bedf2b is 0.52.

The process color (four color CMYK) of #bedf2b color hex is 0.15, 0.00, 0.81, 0.13. Web safe color of #bedf2b is #cccc33. Color #bedf2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 00101011
Octal 276 337 53
Decimal 190 223 43
Hex BE DF 2B

RGB Percentages of Color #bedf2b

%41.67
%48.90
%9.43

CMYK Percentages of Color #bedf2b

%15
%0
%81
%13

Triadic Colors of #bedf2b

#bedf2b #2bbedf #df2bbe

Analogous Colors of #bedf2b

#bedf2b #64df2b #dfa62b

Monochromatic Colors of #bedf2b

#bedf2b

Complementary Color

#bedf2b #4c2bdf

#bedf2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedf2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedf2b Color CSS Codes

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

#bedf2b Text Font Color

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

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


#bedf2b Background Color

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

This div background color is #bedf2b


#bedf2b Border Color

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

This div border color is #bedf2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedf2b


Comments

No comments written yet.

Please login to write comment.