Color Hex Logo

#bdd925 Color Hex

#BDD925
(189,217,37)
0 Favorites   0 Comments

Color spaces of #bdd925

RGB 18921737
HSL0.190.710.50
HSV69°83°85°
CMYK 0.130.000.83   0.15
XYZ46.133060.578111.0115
Yxy60.57810.39190.5146
Hunter Lab77.8319-30.404346.0941
CIE-Lab82.1514-30.125076.0460

#bdd925 color RGB value is (189,217,37).

#bdd925 hex color red value is 189, green value is 217 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #bdd925 hue: 0.19 , saturation: 0.71 and the lightness value of bdd925 is 0.50.

The process color (four color CMYK) of #bdd925 color hex is 0.13, 0.00, 0.83, 0.15. Web safe color of #bdd925 is #cccc33. Color #bdd925 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011001 00100101
Octal 275 331 45
Decimal 189 217 37
Hex BD D9 25

RGB Percentages of Color #bdd925

%42.66
%48.98
%8.35

CMYK Percentages of Color #bdd925

%13
%0
%83
%15

Triadic Colors of #bdd925

#bdd925 #25bdd9 #d925bd

Analogous Colors of #bdd925

#bdd925 #63d925 #d99b25

Monochromatic Colors of #bdd925

#bdd925

Complementary Color

#bdd925 #4125d9

#bdd925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd925 Color CSS Codes

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

#bdd925 Text Font Color

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

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


#bdd925 Background Color

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

This div background color is #bdd925


#bdd925 Border Color

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

This div border color is #bdd925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd925


Comments

No comments written yet.

Please login to write comment.