Color Hex Logo

#bdd103 Color Hex

#BDD103
(189,209,3)
0 Favorites   0 Comments

Color spaces of #bdd103

RGB 1892093
HSL0.180.970.42
HSV66°99°82°
CMYK 0.100.000.99   0.18
XYZ43.803256.42638.6688
Yxy56.42630.40220.5182
Hunter Lab75.1174-27.366945.7399
CIE-Lab79.8558-26.959679.2295

#bdd103 color RGB value is (189,209,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 00000011
Octal 275 321 3
Decimal 189 209 3
Hex BD D1 3

RGB Percentages of Color #bdd103

%47.13
%52.12
%0.75

CMYK Percentages of Color #bdd103

%10
%0
%99
%18

Triadic Colors of #bdd103

#bdd103 #03bdd1 #d103bd

Analogous Colors of #bdd103

#bdd103 #56d103 #d17e03

Monochromatic Colors of #bdd103

#bdd103

Complementary Color

#bdd103 #1703d1

#bdd103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd103 Color CSS Codes

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

#bdd103 Text Font Color

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

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


#bdd103 Background Color

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

This div background color is #bdd103


#bdd103 Border Color

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

This div border color is #bdd103


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd103


Comments

No comments written yet.

Please login to write comment.