Color Hex Logo

#bde110 Color Hex

#BDE110
(189,225,16)
0 Favorites   0 Comments

Color spaces of #bde110

RGB 18922516
HSL0.200.870.47
HSV70°93°88°
CMYK 0.160.000.93   0.12
XYZ48.005064.706710.4497
Yxy64.70670.38980.5254
Hunter Lab80.4405-34.246248.6062
CIE-Lab84.3324-34.281181.4187

#bde110 color RGB value is (189,225,16).

#bde110 hex color red value is 189, green value is 225 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #bde110 hue: 0.20 , saturation: 0.87 and the lightness value of bde110 is 0.47.

The process color (four color CMYK) of #bde110 color hex is 0.16, 0.00, 0.93, 0.12. Web safe color of #bde110 is #cccc00. Color #bde110 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100001 00010000
Octal 275 341 20
Decimal 189 225 16
Hex BD E1 10

RGB Percentages of Color #bde110

%43.95
%52.33
%3.72

CMYK Percentages of Color #bde110

%16
%0
%93
%12

Triadic Colors of #bde110

#bde110 #10bde1 #e110bd

Analogous Colors of #bde110

#bde110 #55e110 #e19d10

Monochromatic Colors of #bde110

#bde110

Complementary Color

#bde110 #3410e1

#bde110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde110 Color CSS Codes

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

#bde110 Text Font Color

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

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


#bde110 Background Color

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

This div background color is #bde110


#bde110 Border Color

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

This div border color is #bde110


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,225,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 #bde110">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde110


Comments

No comments written yet.

Please login to write comment.