Color Hex Logo

#bdce94 Color Hex

#BDCE94
(189,206,148)
0 Favorites   0 Comments

Color spaces of #bdce94

RGB 189206148
HSL0.220.370.69
HSV78°28°81°
CMYK 0.080.000.28   0.19
XYZ48.402957.099536.4872
Yxy57.09950.34090.4021
Hunter Lab75.5642-17.898624.2660
CIE-Lab80.2355-15.525127.0059

#bdce94 color RGB value is (189,206,148).

#bdce94 hex color red value is 189, green value is 206 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bdce94 hue: 0.22 , saturation: 0.37 and the lightness value of bdce94 is 0.69.

The process color (four color CMYK) of #bdce94 color hex is 0.08, 0.00, 0.28, 0.19. Web safe color of #bdce94 is #cccc99. Color #bdce94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 10010100
Octal 275 316 224
Decimal 189 206 148
Hex BD CE 94

RGB Percentages of Color #bdce94

%34.81
%37.94
%27.26

CMYK Percentages of Color #bdce94

%8
%0
%28
%19

Triadic Colors of #bdce94

#bdce94 #94bdce #ce94bd

Analogous Colors of #bdce94

#bdce94 #a0ce94 #cec294

Monochromatic Colors of #bdce94

#bdce94

Complementary Color

#bdce94 #a594ce

#bdce94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdce94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdce94 Color CSS Codes

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

#bdce94 Text Font Color

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

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


#bdce94 Background Color

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

This div background color is #bdce94


#bdce94 Border Color

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

This div border color is #bdce94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdce94


Comments

No comments written yet.

Please login to write comment.