Color Hex Logo

#bdbe18 Color Hex

#BDBE18
(189,190,24)
0 Favorites   0 Comments

Color spaces of #bdbe18

RGB 18919024
HSL0.170.780.42
HSV60°87°75°
CMYK 0.010.000.87   0.25
XYZ39.564647.71177.9882
Yxy47.71170.41530.5008
Hunter Lab69.0737-18.636141.4948
CIE-Lab74.6427-17.371572.5547

#bdbe18 color RGB value is (189,190,24).

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

The process color (four color CMYK) of #bdbe18 color hex is 0.01, 0.00, 0.87, 0.25. Web safe color of #bdbe18 is #cccc00. Color #bdbe18 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 00011000
Octal 275 276 30
Decimal 189 190 24
Hex BD BE 18

RGB Percentages of Color #bdbe18

%46.90
%47.15
%5.96

CMYK Percentages of Color #bdbe18

%1
%0
%87
%25

Triadic Colors of #bdbe18

#bdbe18 #18bdbe #be18bd

Analogous Colors of #bdbe18

#bdbe18 #6abe18 #be6c18

Monochromatic Colors of #bdbe18

#bdbe18

Complementary Color

#bdbe18 #1918be

#bdbe18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbe18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbe18 Color CSS Codes

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

#bdbe18 Text Font Color

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

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


#bdbe18 Background Color

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

This div background color is #bdbe18


#bdbe18 Border Color

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

This div border color is #bdbe18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbe18


Comments

No comments written yet.

Please login to write comment.