Color Hex Logo

#bdeba6 Color Hex

#BDEBA6
(189,235,166)
0 Favorites   0 Comments

Color spaces of #bdeba6

RGB 189235166
HSL0.280.630.79
HSV100°29°92°
CMYK 0.200.000.29   0.08
XYZ57.577572.988747.1300
Yxy72.98870.32400.4107
Hunter Lab85.4334-29.209227.0956
CIE-Lab88.4423-27.116428.7834

#bdeba6 color RGB value is (189,235,166).

#bdeba6 hex color red value is 189, green value is 235 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #bdeba6 hue: 0.28 , saturation: 0.63 and the lightness value of bdeba6 is 0.79.

The process color (four color CMYK) of #bdeba6 color hex is 0.20, 0.00, 0.29, 0.08. Web safe color of #bdeba6 is #ccff99. Color #bdeba6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 10100110
Octal 275 353 246
Decimal 189 235 166
Hex BD EB A6

RGB Percentages of Color #bdeba6

%32.03
%39.83
%28.14

CMYK Percentages of Color #bdeba6

%20
%0
%29
%8

Triadic Colors of #bdeba6

#bdeba6 #a6bdeb #eba6bd

Analogous Colors of #bdeba6

#bdeba6 #a6ebb2 #e0eba6

Monochromatic Colors of #bdeba6

#bdeba6

Complementary Color

#bdeba6 #d4a6eb

#bdeba6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeba6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeba6 Color CSS Codes

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

#bdeba6 Text Font Color

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

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


#bdeba6 Background Color

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

This div background color is #bdeba6


#bdeba6 Border Color

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

This div border color is #bdeba6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeba6


Comments

No comments written yet.

Please login to write comment.