Color Hex Logo

#bedb26 Color Hex

#BEDB26
(190,219,38)
0 Favorites   0 Comments

Color spaces of #bedb26

RGB 19021938
HSL0.190.720.50
HSV70°83°86°
CMYK 0.130.000.83   0.14
XYZ46.916661.750111.2799
Yxy61.75010.39110.5148
Hunter Lab78.5812-30.944546.4961
CIE-Lab82.7803-30.623776.3793

#bedb26 color RGB value is (190,219,38).

#bedb26 hex color red value is 190, green value is 219 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #bedb26 hue: 0.19 , saturation: 0.72 and the lightness value of bedb26 is 0.50.

The process color (four color CMYK) of #bedb26 color hex is 0.13, 0.00, 0.83, 0.14. Web safe color of #bedb26 is #cccc33. Color #bedb26 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 00100110
Octal 276 333 46
Decimal 190 219 38
Hex BE DB 26

RGB Percentages of Color #bedb26

%42.51
%48.99
%8.50

CMYK Percentages of Color #bedb26

%13
%0
%83
%14

Triadic Colors of #bedb26

#bedb26 #26bedb #db26be

Analogous Colors of #bedb26

#bedb26 #64db26 #db9e26

Monochromatic Colors of #bedb26

#bedb26

Complementary Color

#bedb26 #4326db

#bedb26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedb26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedb26 Color CSS Codes

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

#bedb26 Text Font Color

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

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


#bedb26 Background Color

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

This div background color is #bedb26


#bedb26 Border Color

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

This div border color is #bedb26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedb26


Comments

No comments written yet.

Please login to write comment.