Color Hex Logo

#bdd523 Color Hex

#BDD523
(189,213,35)
0 Favorites   0 Comments

Color spaces of #bdd523

RGB 18921335
HSL0.190.720.49
HSV68°84°84°
CMYK 0.110.000.84   0.16
XYZ45.083958.528710.5111
Yxy58.52870.39500.5129
Hunter Lab76.5041-28.691945.4068
CIE-Lab81.0318-28.300875.5491

#bdd523 color RGB value is (189,213,35).

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

The process color (four color CMYK) of #bdd523 color hex is 0.11, 0.00, 0.84, 0.16. Web safe color of #bdd523 is #cccc33. Color #bdd523 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010101 00100011
Octal 275 325 43
Decimal 189 213 35
Hex BD D5 23

RGB Percentages of Color #bdd523

%43.25
%48.74
%8.01

CMYK Percentages of Color #bdd523

%11
%0
%84
%16

Triadic Colors of #bdd523

#bdd523 #23bdd5 #d523bd

Analogous Colors of #bdd523

#bdd523 #64d523 #d59423

Monochromatic Colors of #bdd523

#bdd523

Complementary Color

#bdd523 #3b23d5

#bdd523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd523 Color CSS Codes

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

#bdd523 Text Font Color

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

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


#bdd523 Background Color

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

This div background color is #bdd523


#bdd523 Border Color

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

This div border color is #bdd523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd523


Comments

No comments written yet.

Please login to write comment.