Color Hex Logo

#bdc37e Color Hex

#BDC37E
(189,195,126)
0 Favorites   0 Comments

Color spaces of #bdc37e

RGB 189195126
HSL0.180.370.63
HSV65°35°76°
CMYK 0.030.000.35   0.24
XYZ44.267351.355427.3181
Yxy51.35540.36010.4177
Hunter Lab71.6627-15.147127.5623
CIE-Lab76.8938-12.833034.0196

#bdc37e color RGB value is (189,195,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000011 01111110
Octal 275 303 176
Decimal 189 195 126
Hex BD C3 7E

RGB Percentages of Color #bdc37e

%37.06
%38.24
%24.71

CMYK Percentages of Color #bdc37e

%3
%0
%35
%24

Triadic Colors of #bdc37e

#bdc37e #7ebdc3 #c37ebd

Analogous Colors of #bdc37e

#bdc37e #9bc37e #c3a77e

Monochromatic Colors of #bdc37e

#bdc37e

Complementary Color

#bdc37e #847ec3

#bdc37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc37e Color CSS Codes

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

#bdc37e Text Font Color

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

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


#bdc37e Background Color

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

This div background color is #bdc37e


#bdc37e Border Color

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

This div border color is #bdc37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc37e


Comments

No comments written yet.

Please login to write comment.