Color Hex Logo

#bdc013 Color Hex

#BDC013
(189,192,19)
0 Favorites   0 Comments

Color spaces of #bdc013

RGB 18919219
HSL0.170.820.41
HSV61°90°75°
CMYK 0.020.000.90   0.25
XYZ39.953448.56517.8843
Yxy48.56510.41440.5038
Hunter Lab69.6887-19.618842.0742
CIE-Lab75.1800-18.468373.8456

#bdc013 color RGB value is (189,192,19).

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

The process color (four color CMYK) of #bdc013 color hex is 0.02, 0.00, 0.90, 0.25. Web safe color of #bdc013 is #cccc00. Color #bdc013 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000000 00010011
Octal 275 300 23
Decimal 189 192 19
Hex BD C0 13

RGB Percentages of Color #bdc013

%47.25
%48.00
%4.75

CMYK Percentages of Color #bdc013

%2
%0
%90
%25

Triadic Colors of #bdc013

#bdc013 #13bdc0 #c013bd

Analogous Colors of #bdc013

#bdc013 #67c013 #c06d13

Monochromatic Colors of #bdc013

#bdc013

Complementary Color

#bdc013 #1613c0

#bdc013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc013 Color CSS Codes

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

#bdc013 Text Font Color

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

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


#bdc013 Background Color

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

This div background color is #bdc013


#bdc013 Border Color

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

This div border color is #bdc013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc013


Comments

No comments written yet.

Please login to write comment.