Color Hex Logo

#bdd118 Color Hex

#BDD118
(189,209,24)
0 Favorites   0 Comments

Color spaces of #bdd118

RGB 18920924
HSL0.180.790.46
HSV66°89°82°
CMYK 0.100.000.89   0.18
XYZ43.951656.48579.4505
Yxy56.48570.40000.5140
Hunter Lab75.1570-27.138445.1545
CIE-Lab79.8894-26.668976.7753

#bdd118 color RGB value is (189,209,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 00011000
Octal 275 321 30
Decimal 189 209 24
Hex BD D1 18

RGB Percentages of Color #bdd118

%44.79
%49.53
%5.69

CMYK Percentages of Color #bdd118

%10
%0
%89
%18

Triadic Colors of #bdd118

#bdd118 #18bdd1 #d118bd

Analogous Colors of #bdd118

#bdd118 #61d118 #d18918

Monochromatic Colors of #bdd118

#bdd118

Complementary Color

#bdd118 #2c18d1

#bdd118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd118 Color CSS Codes

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

#bdd118 Text Font Color

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

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


#bdd118 Background Color

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

This div background color is #bdd118


#bdd118 Border Color

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

This div border color is #bdd118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd118


Comments

No comments written yet.

Please login to write comment.