Color Hex Logo

#bdc492 Color Hex

#BDC492
(189,196,146)
0 Favorites   0 Comments

Color spaces of #bdc492

RGB 189196146
HSL0.190.300.67
HSV68°26°77°
CMYK 0.040.000.26   0.23
XYZ45.914552.374034.8834
Yxy52.37400.34480.3933
Hunter Lab72.3699-13.399422.0802
CIE-Lab77.5039-10.714224.3622

#bdc492 color RGB value is (189,196,146).

#bdc492 hex color red value is 189, green value is 196 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bdc492 hue: 0.19 , saturation: 0.30 and the lightness value of bdc492 is 0.67.

The process color (four color CMYK) of #bdc492 color hex is 0.04, 0.00, 0.26, 0.23. Web safe color of #bdc492 is #cccc99. Color #bdc492 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000100 10010010
Octal 275 304 222
Decimal 189 196 146
Hex BD C4 92

RGB Percentages of Color #bdc492

%35.59
%36.91
%27.50

CMYK Percentages of Color #bdc492

%4
%0
%26
%23

Triadic Colors of #bdc492

#bdc492 #92bdc4 #c492bd

Analogous Colors of #bdc492

#bdc492 #a4c492 #c4b292

Monochromatic Colors of #bdc492

#bdc492

Complementary Color

#bdc492 #9992c4

#bdc492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc492 Color CSS Codes

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

#bdc492 Text Font Color

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

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


#bdc492 Background Color

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

This div background color is #bdc492


#bdc492 Border Color

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

This div border color is #bdc492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc492


Comments

No comments written yet.

Please login to write comment.