Color Hex Logo

#bdc915 Color Hex

#BDC915
(189,201,21)
0 Favorites   0 Comments

Color spaces of #bdc915

RGB 18920121
HSL0.180.810.44
HSV64°90°79°
CMYK 0.060.000.90   0.21
XYZ42.008352.64628.6571
Yxy52.64620.40660.5096
Hunter Lab72.5577-23.630943.7163
CIE-Lab77.6656-22.868175.4920

#bdc915 color RGB value is (189,201,21).

#bdc915 hex color red value is 189, green value is 201 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #bdc915 hue: 0.18 , saturation: 0.81 and the lightness value of bdc915 is 0.44.

The process color (four color CMYK) of #bdc915 color hex is 0.06, 0.00, 0.90, 0.21. Web safe color of #bdc915 is #cccc00. Color #bdc915 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001001 00010101
Octal 275 311 25
Decimal 189 201 21
Hex BD C9 15

RGB Percentages of Color #bdc915

%45.99
%48.91
%5.11

CMYK Percentages of Color #bdc915

%6
%0
%90
%21

Triadic Colors of #bdc915

#bdc915 #15bdc9 #c915bd

Analogous Colors of #bdc915

#bdc915 #63c915 #c97b15

Monochromatic Colors of #bdc915

#bdc915

Complementary Color

#bdc915 #2115c9

#bdc915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc915 Color CSS Codes

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

#bdc915 Text Font Color

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

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


#bdc915 Background Color

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

This div background color is #bdc915


#bdc915 Border Color

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

This div border color is #bdc915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc915


Comments

No comments written yet.

Please login to write comment.