Color Hex Logo

#bdbc01 Color Hex

#BDBC01
(189,188,1)
0 Favorites   0 Comments

Color spaces of #bdbc01

RGB 1891881
HSL0.170.990.37
HSV60°99°74°
CMYK 0.000.010.99   0.26
XYZ38.975046.78747.0054
Yxy46.78740.42010.5043
Hunter Lab68.4013-17.993241.8087
CIE-Lab74.0536-16.695875.1239

#bdbc01 color RGB value is (189,188,1).

#bdbc01 hex color red value is 189, green value is 188 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #bdbc01 hue: 0.17 , saturation: 0.99 and the lightness value of bdbc01 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 00000001
Octal 275 274 1
Decimal 189 188 1
Hex BD BC 1

RGB Percentages of Color #bdbc01

%50.00
%49.74
%0.26

CMYK Percentages of Color #bdbc01

%0
%1
%99
%26

Triadic Colors of #bdbc01

#bdbc01 #01bdbc #bc01bd

Analogous Colors of #bdbc01

#bdbc01 #60bd01 #bd5e01

Monochromatic Colors of #bdbc01

#bdbc01

Complementary Color

#bdbc01 #0102bd

#bdbc01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc01 Color CSS Codes

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

#bdbc01 Text Font Color

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

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


#bdbc01 Background Color

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

This div background color is #bdbc01


#bdbc01 Border Color

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

This div border color is #bdbc01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc01


Comments

No comments written yet.

Please login to write comment.