Color Hex Logo

#bedb24 Color Hex

#BEDB24
(190,219,36)
0 Favorites   0 Comments

Color spaces of #bedb24

RGB 19021936
HSL0.190.720.50
HSV70°84°86°
CMYK 0.130.000.84   0.14
XYZ46.885261.737611.1145
Yxy61.73760.39160.5156
Hunter Lab78.5733-30.991146.6145
CIE-Lab82.7737-30.683176.8292

#bedb24 color RGB value is (190,219,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 00100100
Octal 276 333 44
Decimal 190 219 36
Hex BE DB 24

RGB Percentages of Color #bedb24

%42.70
%49.21
%8.09

CMYK Percentages of Color #bedb24

%13
%0
%84
%14

Triadic Colors of #bedb24

#bedb24 #24bedb #db24be

Analogous Colors of #bedb24

#bedb24 #63db24 #db9d24

Monochromatic Colors of #bedb24

#bedb24

Complementary Color

#bedb24 #4124db

#bedb24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedb24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedb24 Color CSS Codes

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

#bedb24 Text Font Color

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

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


#bedb24 Background Color

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

This div background color is #bedb24


#bedb24 Border Color

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

This div border color is #bedb24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedb24


Comments

No comments written yet.

Please login to write comment.