Color Hex Logo

#beda0e Color Hex

#BEDA0E
(190,218,14)
0 Favorites   0 Comments

Color spaces of #beda0e

RGB 19021814
HSL0.190.880.45
HSV68°94°85°
CMYK 0.130.000.94   0.15
XYZ46.385961.12179.7683
Yxy61.12170.39550.5212
Hunter Lab78.1804-30.908247.3182
CIE-Lab82.4441-30.670080.1983

#beda0e color RGB value is (190,218,14).

#beda0e hex color red value is 190, green value is 218 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #beda0e hue: 0.19 , saturation: 0.88 and the lightness value of beda0e is 0.45.

The process color (four color CMYK) of #beda0e color hex is 0.13, 0.00, 0.94, 0.15. Web safe color of #beda0e is #cccc00. Color #beda0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 00001110
Octal 276 332 16
Decimal 190 218 14
Hex BE DA E

RGB Percentages of Color #beda0e

%45.02
%51.66
%3.32

CMYK Percentages of Color #beda0e

%13
%0
%94
%15

Triadic Colors of #beda0e

#beda0e #0ebeda #da0ebe

Analogous Colors of #beda0e

#beda0e #58da0e #da900e

Monochromatic Colors of #beda0e

#beda0e

Complementary Color

#beda0e #2a0eda

#beda0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beda0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#beda0e Color CSS Codes

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

#beda0e Text Font Color

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

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


#beda0e Background Color

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

This div background color is #beda0e


#beda0e Border Color

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

This div border color is #beda0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beda0e


Comments

No comments written yet.

Please login to write comment.