Color Hex Logo

#bdc525 Color Hex

#BDC525
(189,197,37)
0 Favorites   0 Comments

Color spaces of #bdc525

RGB 18919737
HSL0.180.680.46
HSV63°81°77°
CMYK 0.040.000.81   0.23
XYZ41.286450.88499.3960
Yxy50.88490.40650.5010
Hunter Lab71.3337-21.521942.1239
CIE-Lab76.6092-20.508971.2904

#bdc525 color RGB value is (189,197,37).

#bdc525 hex color red value is 189, green value is 197 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #bdc525 hue: 0.18 , saturation: 0.68 and the lightness value of bdc525 is 0.46.

The process color (four color CMYK) of #bdc525 color hex is 0.04, 0.00, 0.81, 0.23. Web safe color of #bdc525 is #cccc33. Color #bdc525 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000101 00100101
Octal 275 305 45
Decimal 189 197 37
Hex BD C5 25

RGB Percentages of Color #bdc525

%44.68
%46.57
%8.75

CMYK Percentages of Color #bdc525

%4
%0
%81
%23

Triadic Colors of #bdc525

#bdc525 #25bdc5 #c525bd

Analogous Colors of #bdc525

#bdc525 #6dc525 #c57d25

Monochromatic Colors of #bdc525

#bdc525

Complementary Color

#bdc525 #2d25c5

#bdc525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc525 Color CSS Codes

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

#bdc525 Text Font Color

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

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


#bdc525 Background Color

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

This div background color is #bdc525


#bdc525 Border Color

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

This div border color is #bdc525


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,197,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 #bdc525">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc525


Comments

No comments written yet.

Please login to write comment.