Color Hex Logo

#bdbb18 Color Hex

#BDBB18
(189,187,24)
0 Favorites   0 Comments

Color spaces of #bdbb18

RGB 18918724
HSL0.160.770.42
HSV59°87°74°
CMYK 0.000.010.87   0.26
XYZ38.921546.42547.7738
Yxy46.42540.41800.4986
Hunter Lab68.1362-17.273640.9308
CIE-Lab73.8207-15.862271.8933

#bdbb18 color RGB value is (189,187,24).

#bdbb18 hex color red value is 189, green value is 187 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #bdbb18 hue: 0.16 , saturation: 0.77 and the lightness value of bdbb18 is 0.42.

The process color (four color CMYK) of #bdbb18 color hex is 0.00, 0.01, 0.87, 0.26. Web safe color of #bdbb18 is #cccc00. Color #bdbb18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 00011000
Octal 275 273 30
Decimal 189 187 24
Hex BD BB 18

RGB Percentages of Color #bdbb18

%47.25
%46.75
%6.00

CMYK Percentages of Color #bdbb18

%0
%1
%87
%26

Triadic Colors of #bdbb18

#bdbb18 #18bdbb #bb18bd

Analogous Colors of #bdbb18

#bdbb18 #6dbd18 #bd6918

Monochromatic Colors of #bdbb18

#bdbb18

Complementary Color

#bdbb18 #181abd

#bdbb18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbb18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbb18 Color CSS Codes

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

#bdbb18 Text Font Color

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

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


#bdbb18 Background Color

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

This div background color is #bdbb18


#bdbb18 Border Color

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

This div border color is #bdbb18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbb18


Comments

No comments written yet.

Please login to write comment.