Color Hex Logo

#bde111 Color Hex

#BDE111
(189,225,17)
0 Favorites   0 Comments

Color spaces of #bde111

RGB 18922517
HSL0.200.860.47
HSV70°92°88°
CMYK 0.160.000.92   0.12
XYZ48.012764.709710.4900
Yxy64.70970.38970.5252
Hunter Lab80.4423-34.234848.5780
CIE-Lab84.3339-34.266581.3038

#bde111 color RGB value is (189,225,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100001 00010001
Octal 275 341 21
Decimal 189 225 17
Hex BD E1 11

RGB Percentages of Color #bde111

%43.85
%52.20
%3.94

CMYK Percentages of Color #bde111

%16
%0
%92
%12

Triadic Colors of #bde111

#bde111 #11bde1 #e111bd

Analogous Colors of #bde111

#bde111 #55e111 #e19d11

Monochromatic Colors of #bde111

#bde111

Complementary Color

#bde111 #3511e1

#bde111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde111 Color CSS Codes

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

#bde111 Text Font Color

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

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


#bde111 Background Color

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

This div background color is #bde111


#bde111 Border Color

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

This div border color is #bde111


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,225,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde111


Comments

No comments written yet.

Please login to write comment.