Color Hex Logo

#bdc994 Color Hex

#BDC994
(189,201,148)
0 Favorites   0 Comments

Color spaces of #bdc994

RGB 189201148
HSL0.200.330.68
HSV74°26°79°
CMYK 0.060.000.26   0.21
XYZ47.218254.730236.0923
Yxy54.73020.34210.3965
Hunter Lab73.9799-15.535822.8603
CIE-Lab78.8856-12.991125.1814

#bdc994 color RGB value is (189,201,148).

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

The process color (four color CMYK) of #bdc994 color hex is 0.06, 0.00, 0.26, 0.21. Web safe color of #bdc994 is #cccc99. Color #bdc994 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001001 10010100
Octal 275 311 224
Decimal 189 201 148
Hex BD C9 94

RGB Percentages of Color #bdc994

%35.13
%37.36
%27.51

CMYK Percentages of Color #bdc994

%6
%0
%26
%21

Triadic Colors of #bdc994

#bdc994 #94bdc9 #c994bd

Analogous Colors of #bdc994

#bdc994 #a3c994 #c9bb94

Monochromatic Colors of #bdc994

#bdc994

Complementary Color

#bdc994 #a094c9

#bdc994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc994 Color CSS Codes

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

#bdc994 Text Font Color

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

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


#bdc994 Background Color

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

This div background color is #bdc994


#bdc994 Border Color

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

This div border color is #bdc994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc994


Comments

No comments written yet.

Please login to write comment.