Color Hex Logo

#bdd502 Color Hex

#BDD502
(189,213,2)
0 Favorites   0 Comments

Color spaces of #bdd502

RGB 1892132
HSL0.190.980.42
HSV67°99°84°
CMYK 0.110.000.99   0.16
XYZ44.791558.41178.9713
Yxy58.41170.39930.5207
Hunter Lab76.4275-29.135646.5396
CIE-Lab80.9671-28.866880.1562

#bdd502 color RGB value is (189,213,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010101 00000010
Octal 275 325 2
Decimal 189 213 2
Hex BD D5 2

RGB Percentages of Color #bdd502

%46.78
%52.72
%0.50

CMYK Percentages of Color #bdd502

%11
%0
%99
%16

Triadic Colors of #bdd502

#bdd502 #02bdd5 #d502bd

Analogous Colors of #bdd502

#bdd502 #54d502 #d58402

Monochromatic Colors of #bdd502

#bdd502

Complementary Color

#bdd502 #1a02d5

#bdd502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd502 Color CSS Codes

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

#bdd502 Text Font Color

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

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


#bdd502 Background Color

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

This div background color is #bdd502


#bdd502 Border Color

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

This div border color is #bdd502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd502


Comments

No comments written yet.

Please login to write comment.