Color Hex Logo

#bdd101 Color Hex

#BDD101
(189,209,1)
0 Favorites   0 Comments

Color spaces of #bdd101

RGB 1892091
HSL0.180.990.41
HSV66°100°82°
CMYK 0.100.001.00   0.18
XYZ43.792256.42198.6111
Yxy56.42190.40240.5185
Hunter Lab75.1145-27.383945.7832
CIE-Lab79.8533-26.981279.4165

#bdd101 color RGB value is (189,209,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 00000001
Octal 275 321 1
Decimal 189 209 1
Hex BD D1 1

RGB Percentages of Color #bdd101

%47.37
%52.38
%0.25

CMYK Percentages of Color #bdd101

%10
%0
%100
%18

Triadic Colors of #bdd101

#bdd101 #01bdd1 #d101bd

Analogous Colors of #bdd101

#bdd101 #55d101 #d17d01

Monochromatic Colors of #bdd101

#bdd101

Complementary Color

#bdd101 #1501d1

#bdd101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd101 Color CSS Codes

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

#bdd101 Text Font Color

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

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


#bdd101 Background Color

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

This div background color is #bdd101


#bdd101 Border Color

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

This div border color is #bdd101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd101


Comments

No comments written yet.

Please login to write comment.