Color Hex Logo

#bdc457 Color Hex

#BDC457
(189,196,87)
0 Favorites   0 Comments

Color spaces of #bdc457

RGB 18919687
HSL0.180.480.55
HSV64°56°77°
CMYK 0.040.000.56   0.23
XYZ42.446550.986816.6211
Yxy50.98680.38570.4633
Hunter Lab71.4050-18.850136.1825
CIE-Lab76.6710-17.261252.8894

#bdc457 color RGB value is (189,196,87).

#bdc457 hex color red value is 189, green value is 196 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #bdc457 hue: 0.18 , saturation: 0.48 and the lightness value of bdc457 is 0.55.

The process color (four color CMYK) of #bdc457 color hex is 0.04, 0.00, 0.56, 0.23. Web safe color of #bdc457 is #cccc66. Color #bdc457 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000100 01010111
Octal 275 304 127
Decimal 189 196 87
Hex BD C4 57

RGB Percentages of Color #bdc457

%40.04
%41.53
%18.43

CMYK Percentages of Color #bdc457

%4
%0
%56
%23

Triadic Colors of #bdc457

#bdc457 #57bdc4 #c457bd

Analogous Colors of #bdc457

#bdc457 #87c457 #c49557

Monochromatic Colors of #bdc457

#bdc457

Complementary Color

#bdc457 #5e57c4

#bdc457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc457 Color CSS Codes

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

#bdc457 Text Font Color

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

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


#bdc457 Background Color

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

This div background color is #bdc457


#bdc457 Border Color

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

This div border color is #bdc457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc457


Comments

No comments written yet.

Please login to write comment.