Color Hex Logo

#bdc518 Color Hex

#BDC518
(189,197,24)
0 Favorites   0 Comments

Color spaces of #bdc518

RGB 18919724
HSL0.170.780.43
HSV63°88°77°
CMYK 0.040.000.88   0.23
XYZ41.117450.81738.5058
Yxy50.81730.40940.5059
Hunter Lab71.2863-21.793442.8260
CIE-Lab76.5682-20.849574.1039

#bdc518 color RGB value is (189,197,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000101 00011000
Octal 275 305 30
Decimal 189 197 24
Hex BD C5 18

RGB Percentages of Color #bdc518

%46.10
%48.05
%5.85

CMYK Percentages of Color #bdc518

%4
%0
%88
%23

Triadic Colors of #bdc518

#bdc518 #18bdc5 #c518bd

Analogous Colors of #bdc518

#bdc518 #67c518 #c57718

Monochromatic Colors of #bdc518

#bdc518

Complementary Color

#bdc518 #2018c5

#bdc518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc518 Color CSS Codes

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

#bdc518 Text Font Color

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

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


#bdc518 Background Color

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

This div background color is #bdc518


#bdc518 Border Color

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

This div border color is #bdc518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc518


Comments

No comments written yet.

Please login to write comment.