Color Hex Logo

#bdd512 Color Hex

#BDD512
(189,213,18)
0 Favorites   0 Comments

Color spaces of #bdd512

RGB 18921318
HSL0.190.840.45
HSV67°92°84°
CMYK 0.110.000.92   0.16
XYZ44.889758.45109.4885
Yxy58.45100.39790.5180
Hunter Lab76.4533-28.986546.1589
CIE-Lab80.9889-28.676378.5524

#bdd512 color RGB value is (189,213,18).

#bdd512 hex color red value is 189, green value is 213 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #bdd512 hue: 0.19 , saturation: 0.84 and the lightness value of bdd512 is 0.45.

The process color (four color CMYK) of #bdd512 color hex is 0.11, 0.00, 0.92, 0.16. Web safe color of #bdd512 is #cccc00. Color #bdd512 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010101 00010010
Octal 275 325 22
Decimal 189 213 18
Hex BD D5 12

RGB Percentages of Color #bdd512

%45.00
%50.71
%4.29

CMYK Percentages of Color #bdd512

%11
%0
%92
%16

Triadic Colors of #bdd512

#bdd512 #12bdd5 #d512bd

Analogous Colors of #bdd512

#bdd512 #5cd512 #d58c12

Monochromatic Colors of #bdd512

#bdd512

Complementary Color

#bdd512 #2a12d5

#bdd512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd512 Color CSS Codes

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

#bdd512 Text Font Color

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

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


#bdd512 Background Color

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

This div background color is #bdd512


#bdd512 Border Color

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

This div border color is #bdd512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd512


Comments

No comments written yet.

Please login to write comment.