Color Hex Logo

#bdcb75 Color Hex

#BDCB75
(189,203,117)
0 Favorites   0 Comments

Color spaces of #bdcb75

RGB 189203117
HSL0.190.450.63
HSV70°42°80°
CMYK 0.070.000.42   0.20
XYZ45.553154.815025.0091
Yxy54.81500.36330.4372
Hunter Lab74.0372-19.738731.7984
CIE-Lab78.9346-17.912841.1973

#bdcb75 color RGB value is (189,203,117).

#bdcb75 hex color red value is 189, green value is 203 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bdcb75 hue: 0.19 , saturation: 0.45 and the lightness value of bdcb75 is 0.63.

The process color (four color CMYK) of #bdcb75 color hex is 0.07, 0.00, 0.42, 0.20. Web safe color of #bdcb75 is #cccc66. Color #bdcb75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 01110101
Octal 275 313 165
Decimal 189 203 117
Hex BD CB 75

RGB Percentages of Color #bdcb75

%37.13
%39.88
%22.99

CMYK Percentages of Color #bdcb75

%7
%0
%42
%20

Triadic Colors of #bdcb75

#bdcb75 #75bdcb #cb75bd

Analogous Colors of #bdcb75

#bdcb75 #92cb75 #cbae75

Monochromatic Colors of #bdcb75

#bdcb75

Complementary Color

#bdcb75 #8375cb

#bdcb75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcb75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcb75 Color CSS Codes

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

#bdcb75 Text Font Color

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

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


#bdcb75 Background Color

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

This div background color is #bdcb75


#bdcb75 Border Color

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

This div border color is #bdcb75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcb75


Comments

No comments written yet.

Please login to write comment.