Color Hex Logo

#bdc319 Color Hex

#BDC319
(189,195,25)
0 Favorites   0 Comments

Color spaces of #bdc319

RGB 18919525
HSL0.170.770.43
HSV62°87°76°
CMYK 0.030.000.87   0.24
XYZ40.676849.91928.4112
Yxy49.91920.41080.5042
Hunter Lab70.6535-20.877242.3991
CIE-Lab76.0196-19.840573.4762

#bdc319 color RGB value is (189,195,25).

#bdc319 hex color red value is 189, green value is 195 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #bdc319 hue: 0.17 , saturation: 0.77 and the lightness value of bdc319 is 0.43.

The process color (four color CMYK) of #bdc319 color hex is 0.03, 0.00, 0.87, 0.24. Web safe color of #bdc319 is #cccc00. Color #bdc319 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000011 00011001
Octal 275 303 31
Decimal 189 195 25
Hex BD C3 19

RGB Percentages of Color #bdc319

%46.21
%47.68
%6.11

CMYK Percentages of Color #bdc319

%3
%0
%87
%24

Triadic Colors of #bdc319

#bdc319 #19bdc3 #c319bd

Analogous Colors of #bdc319

#bdc319 #68c319 #c37419

Monochromatic Colors of #bdc319

#bdc319

Complementary Color

#bdc319 #1f19c3

#bdc319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc319 Color CSS Codes

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

#bdc319 Text Font Color

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

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


#bdc319 Background Color

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

This div background color is #bdc319


#bdc319 Border Color

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

This div border color is #bdc319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc319


Comments

No comments written yet.

Please login to write comment.