Color Hex Logo

#bdd301 Color Hex

#BDD301
(189,211,1)
0 Favorites   0 Comments

Color spaces of #bdd301

RGB 1892111
HSL0.180.990.42
HSV66°100°83°
CMYK 0.100.001.00   0.17
XYZ44.286057.40958.7757
Yxy57.40950.40090.5197
Hunter Lab75.7691-28.265046.1713
CIE-Lab80.4094-27.931879.8316

#bdd301 color RGB value is (189,211,1).

#bdd301 hex color red value is 189, green value is 211 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #bdd301 hue: 0.18 , saturation: 0.99 and the lightness value of bdd301 is 0.42.

The process color (four color CMYK) of #bdd301 color hex is 0.10, 0.00, 1.00, 0.17. Web safe color of #bdd301 is #cccc00. Color #bdd301 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010011 00000001
Octal 275 323 1
Decimal 189 211 1
Hex BD D3 1

RGB Percentages of Color #bdd301

%47.13
%52.62
%0.25

CMYK Percentages of Color #bdd301

%10
%0
%100
%17

Triadic Colors of #bdd301

#bdd301 #01bdd3 #d301bd

Analogous Colors of #bdd301

#bdd301 #54d301 #d38001

Monochromatic Colors of #bdd301

#bdd301

Complementary Color

#bdd301 #1701d3

#bdd301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd301 Color CSS Codes

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

#bdd301 Text Font Color

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

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


#bdd301 Background Color

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

This div background color is #bdd301


#bdd301 Border Color

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

This div border color is #bdd301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd301


Comments

No comments written yet.

Please login to write comment.