Color Hex Logo

#bdc594 Color Hex

#BDC594
(189,197,148)
0 Favorites   0 Comments

Color spaces of #bdc594

RGB 189197148
HSL0.190.300.68
HSV70°25°77°
CMYK 0.040.000.25   0.23
XYZ46.297852.889435.7855
Yxy52.88940.34300.3919
Hunter Lab72.7251-13.633421.7330
CIE-Lab77.8097-10.943223.7196

#bdc594 color RGB value is (189,197,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000101 10010100
Octal 275 305 224
Decimal 189 197 148
Hex BD C5 94

RGB Percentages of Color #bdc594

%35.39
%36.89
%27.72

CMYK Percentages of Color #bdc594

%4
%0
%25
%23

Triadic Colors of #bdc594

#bdc594 #94bdc5 #c594bd

Analogous Colors of #bdc594

#bdc594 #a5c594 #c5b594

Monochromatic Colors of #bdc594

#bdc594

Complementary Color

#bdc594 #9c94c5

#bdc594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc594 Color CSS Codes

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

#bdc594 Text Font Color

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

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


#bdc594 Background Color

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

This div background color is #bdc594


#bdc594 Border Color

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

This div border color is #bdc594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc594


Comments

No comments written yet.

Please login to write comment.