Color Hex Logo

#bdc57b Color Hex

#BDC57B
(189,197,123)
0 Favorites   0 Comments

Color spaces of #bdc57b

RGB 189197123
HSL0.180.390.63
HSV66°38°77°
CMYK 0.040.000.38   0.23
XYZ44.527752.181426.4640
Yxy52.18140.36150.4236
Hunter Lab72.2367-16.384328.8447
CIE-Lab77.3892-14.209936.2023

#bdc57b color RGB value is (189,197,123).

#bdc57b hex color red value is 189, green value is 197 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bdc57b hue: 0.18 , saturation: 0.39 and the lightness value of bdc57b is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000101 01111011
Octal 275 305 173
Decimal 189 197 123
Hex BD C5 7B

RGB Percentages of Color #bdc57b

%37.13
%38.70
%24.17

CMYK Percentages of Color #bdc57b

%4
%0
%38
%23

Triadic Colors of #bdc57b

#bdc57b #7bbdc5 #c57bbd

Analogous Colors of #bdc57b

#bdc57b #98c57b #c5a87b

Monochromatic Colors of #bdc57b

#bdc57b

Complementary Color

#bdc57b #837bc5

#bdc57b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc57b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc57b Color CSS Codes

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

#bdc57b Text Font Color

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

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


#bdc57b Background Color

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

This div background color is #bdc57b


#bdc57b Border Color

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

This div border color is #bdc57b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc57b


Comments

No comments written yet.

Please login to write comment.