Color Hex Logo

#bedb14 Color Hex

#BEDB14
(190,219,20)
0 Favorites   0 Comments

Color spaces of #bedb14

RGB 19021920
HSL0.190.830.47
HSV69°91°86°
CMYK 0.130.000.91   0.14
XYZ46.693061.660710.1025
Yxy61.66070.39420.5205
Hunter Lab78.5243-31.275947.3391
CIE-Lab82.7327-31.046879.6861

#bedb14 color RGB value is (190,219,20).

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

The process color (four color CMYK) of #bedb14 color hex is 0.13, 0.00, 0.91, 0.14. Web safe color of #bedb14 is #cccc00. Color #bedb14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 00010100
Octal 276 333 24
Decimal 190 219 20
Hex BE DB 14

RGB Percentages of Color #bedb14

%44.29
%51.05
%4.66

CMYK Percentages of Color #bedb14

%13
%0
%91
%14

Triadic Colors of #bedb14

#bedb14 #14bedb #db14be

Analogous Colors of #bedb14

#bedb14 #5adb14 #db9514

Monochromatic Colors of #bedb14

#bedb14

Complementary Color

#bedb14 #3114db

#bedb14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedb14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedb14 Color CSS Codes

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

#bedb14 Text Font Color

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

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


#bedb14 Background Color

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

This div background color is #bedb14


#bedb14 Border Color

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

This div border color is #bedb14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedb14


Comments

No comments written yet.

Please login to write comment.