Color Hex Logo

#bed110 Color Hex

#BED110
(190,209,16)
0 Favorites   0 Comments

Color spaces of #bed110

RGB 19020916
HSL0.180.860.44
HSV66°92°82°
CMYK 0.090.000.92   0.18
XYZ44.129256.58559.0864
Yxy56.58550.40190.5153
Hunter Lab75.2233-26.925245.4946
CIE-Lab79.9459-26.392178.0248

#bed110 color RGB value is (190,209,16).

#bed110 hex color red value is 190, green value is 209 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #bed110 hue: 0.18 , saturation: 0.86 and the lightness value of bed110 is 0.44.

The process color (four color CMYK) of #bed110 color hex is 0.09, 0.00, 0.92, 0.18. Web safe color of #bed110 is #cccc00. Color #bed110 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010001 00010000
Octal 276 321 20
Decimal 190 209 16
Hex BE D1 10

RGB Percentages of Color #bed110

%45.78
%50.36
%3.86

CMYK Percentages of Color #bed110

%9
%0
%92
%18

Triadic Colors of #bed110

#bed110 #10bed1 #d110be

Analogous Colors of #bed110

#bed110 #5ed110 #d18410

Monochromatic Colors of #bed110

#bed110

Complementary Color

#bed110 #2310d1

#bed110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed110 Color CSS Codes

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

#bed110 Text Font Color

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

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


#bed110 Background Color

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

This div background color is #bed110


#bed110 Border Color

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

This div border color is #bed110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed110


Comments

No comments written yet.

Please login to write comment.