Color Hex Logo

#bdc37b Color Hex

#BDC37B
(189,195,123)
0 Favorites   0 Comments

Color spaces of #bdc37b

RGB 189195123
HSL0.180.380.62
HSV65°37°76°
CMYK 0.030.000.37   0.24
XYZ44.076551.279126.3137
Yxy51.27910.36230.4215
Hunter Lab71.6094-15.447528.3398
CIE-Lab76.8478-13.192335.5055

#bdc37b color RGB value is (189,195,123).

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

The process color (four color CMYK) of #bdc37b color hex is 0.03, 0.00, 0.37, 0.24. Web safe color of #bdc37b is #cccc66. Color #bdc37b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000011 01111011
Octal 275 303 173
Decimal 189 195 123
Hex BD C3 7B

RGB Percentages of Color #bdc37b

%37.28
%38.46
%24.26

CMYK Percentages of Color #bdc37b

%3
%0
%37
%24

Triadic Colors of #bdc37b

#bdc37b #7bbdc3 #c37bbd

Analogous Colors of #bdc37b

#bdc37b #99c37b #c3a57b

Monochromatic Colors of #bdc37b

#bdc37b

Complementary Color

#bdc37b #817bc3

#bdc37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc37b Color CSS Codes

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

#bdc37b Text Font Color

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

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


#bdc37b Background Color

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

This div background color is #bdc37b


#bdc37b Border Color

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

This div border color is #bdc37b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,195,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 #bdc37b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc37b


Comments

No comments written yet.

Please login to write comment.