Color Hex Logo

#bdbe17 Color Hex

#BDBE17
(189,190,23)
0 Favorites   0 Comments

Color spaces of #bdbe17

RGB 18919023
HSL0.170.780.42
HSV60°88°75°
CMYK 0.010.000.88   0.25
XYZ39.554447.70767.9344
Yxy47.70760.41550.5011
Hunter Lab69.0707-18.652941.5386
CIE-Lab74.6401-17.392472.7386

#bdbe17 color RGB value is (189,190,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 00010111
Octal 275 276 27
Decimal 189 190 23
Hex BD BE 17

RGB Percentages of Color #bdbe17

%47.01
%47.26
%5.72

CMYK Percentages of Color #bdbe17

%1
%0
%88
%25

Triadic Colors of #bdbe17

#bdbe17 #17bdbe #be17bd

Analogous Colors of #bdbe17

#bdbe17 #6abe17 #be6c17

Monochromatic Colors of #bdbe17

#bdbe17

Complementary Color

#bdbe17 #1817be

#bdbe17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbe17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbe17 Color CSS Codes

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

#bdbe17 Text Font Color

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

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


#bdbe17 Background Color

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

This div background color is #bdbe17


#bdbe17 Border Color

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

This div border color is #bdbe17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbe17


Comments

No comments written yet.

Please login to write comment.