Color Hex Logo

#bdd504 Color Hex

#BDD504
(189,213,4)
0 Favorites   0 Comments

Color spaces of #bdd504

RGB 1892134
HSL0.190.960.43
HSV67°98°84°
CMYK 0.110.000.98   0.16
XYZ44.802458.41619.0290
Yxy58.41610.39910.5204
Hunter Lab76.4304-29.119246.4972
CIE-Lab80.9696-28.845779.9742

#bdd504 color RGB value is (189,213,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010101 00000100
Octal 275 325 4
Decimal 189 213 4
Hex BD D5 4

RGB Percentages of Color #bdd504

%46.55
%52.46
%0.99

CMYK Percentages of Color #bdd504

%11
%0
%98
%16

Triadic Colors of #bdd504

#bdd504 #04bdd5 #d504bd

Analogous Colors of #bdd504

#bdd504 #54d504 #d58504

Monochromatic Colors of #bdd504

#bdd504

Complementary Color

#bdd504 #1c04d5

#bdd504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd504 Color CSS Codes

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

#bdd504 Text Font Color

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

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


#bdd504 Background Color

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

This div background color is #bdd504


#bdd504 Border Color

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

This div border color is #bdd504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd504


Comments

No comments written yet.

Please login to write comment.