Color Hex Logo

#bdc513 Color Hex

#BDC513
(189,197,19)
0 Favorites   0 Comments

Color spaces of #bdc513

RGB 18919719
HSL0.170.820.42
HSV63°90°77°
CMYK 0.040.000.90   0.23
XYZ41.070150.79838.2565
Yxy50.79830.41020.5073
Hunter Lab71.2729-21.869343.0227
CIE-Lab76.5567-20.944874.9275

#bdc513 color RGB value is (189,197,19).

#bdc513 hex color red value is 189, green value is 197 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #bdc513 hue: 0.17 , saturation: 0.82 and the lightness value of bdc513 is 0.42.

The process color (four color CMYK) of #bdc513 color hex is 0.04, 0.00, 0.90, 0.23. Web safe color of #bdc513 is #cccc00. Color #bdc513 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000101 00010011
Octal 275 305 23
Decimal 189 197 19
Hex BD C5 13

RGB Percentages of Color #bdc513

%46.67
%48.64
%4.69

CMYK Percentages of Color #bdc513

%4
%0
%90
%23

Triadic Colors of #bdc513

#bdc513 #13bdc5 #c513bd

Analogous Colors of #bdc513

#bdc513 #64c513 #c57413

Monochromatic Colors of #bdc513

#bdc513

Complementary Color

#bdc513 #1b13c5

#bdc513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc513 Color CSS Codes

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

#bdc513 Text Font Color

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

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


#bdc513 Background Color

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

This div background color is #bdc513


#bdc513 Border Color

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

This div border color is #bdc513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc513


Comments

No comments written yet.

Please login to write comment.