Color Hex Logo

#bdc372 Color Hex

#BDC372
(189,195,114)
0 Favorites   0 Comments

Color spaces of #bdc372

RGB 189195114
HSL0.180.400.61
HSV64°42°76°
CMYK 0.030.000.42   0.24
XYZ43.538651.063923.4812
Yxy51.06390.36870.4324
Hunter Lab71.4590-16.296630.5388
CIE-Lab76.7177-14.212439.9220

#bdc372 color RGB value is (189,195,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000011 01110010
Octal 275 303 162
Decimal 189 195 114
Hex BD C3 72

RGB Percentages of Color #bdc372

%37.95
%39.16
%22.89

CMYK Percentages of Color #bdc372

%3
%0
%42
%24

Triadic Colors of #bdc372

#bdc372 #72bdc3 #c372bd

Analogous Colors of #bdc372

#bdc372 #95c372 #c3a172

Monochromatic Colors of #bdc372

#bdc372

Complementary Color

#bdc372 #7872c3

#bdc372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc372 Color CSS Codes

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

#bdc372 Text Font Color

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

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


#bdc372 Background Color

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

This div background color is #bdc372


#bdc372 Border Color

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

This div border color is #bdc372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc372


Comments

No comments written yet.

Please login to write comment.