Color Hex Logo

#bde311 Color Hex

#BDE311
(189,227,17)
0 Favorites   0 Comments

Color spaces of #bde311

RGB 18922717
HSL0.200.860.48
HSV71°93°89°
CMYK 0.170.000.93   0.11
XYZ48.556565.797510.6713
Yxy65.79750.38840.5263
Hunter Lab81.1157-35.100848.9810
CIE-Lab84.8930-35.178681.7425

#bde311 color RGB value is (189,227,17).

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

The process color (four color CMYK) of #bde311 color hex is 0.17, 0.00, 0.93, 0.11. Web safe color of #bde311 is #cccc00. Color #bde311 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 00010001
Octal 275 343 21
Decimal 189 227 17
Hex BD E3 11

RGB Percentages of Color #bde311

%43.65
%52.42
%3.93

CMYK Percentages of Color #bde311

%17
%0
%93
%11

Triadic Colors of #bde311

#bde311 #11bde3 #e311bd

Analogous Colors of #bde311

#bde311 #54e311 #e3a011

Monochromatic Colors of #bde311

#bde311

Complementary Color

#bde311 #3711e3

#bde311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde311 Color CSS Codes

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

#bde311 Text Font Color

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

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


#bde311 Background Color

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

This div background color is #bde311


#bde311 Border Color

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

This div border color is #bde311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde311


Comments

No comments written yet.

Please login to write comment.