Color Hex Logo

#bdead1 Color Hex

#BDEAD1
(189,234,209)
0 Favorites   0 Comments

Color spaces of #bdead1

RGB 189234209
HSL0.410.520.83
HSV147°19°92°
CMYK 0.190.000.11   0.08
XYZ61.917774.267971.3933
Yxy74.26790.29830.3578
Hunter Lab86.1788-22.564411.2074
CIE-Lab89.0489-19.35747.3672

#bdead1 color RGB value is (189,234,209).

#bdead1 hex color red value is 189, green value is 234 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #bdead1 hue: 0.41 , saturation: 0.52 and the lightness value of bdead1 is 0.83.

The process color (four color CMYK) of #bdead1 color hex is 0.19, 0.00, 0.11, 0.08. Web safe color of #bdead1 is #ccffcc. Color #bdead1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 11010001
Octal 275 352 321
Decimal 189 234 209
Hex BD EA D1

RGB Percentages of Color #bdead1

%29.91
%37.03
%33.07

CMYK Percentages of Color #bdead1

%19
%0
%11
%8

Triadic Colors of #bdead1

#bdead1 #d1bdea #ead1bd

Analogous Colors of #bdead1

#bdead1 #bdeae8 #c0eabd

Monochromatic Colors of #bdead1

#bdead1

Complementary Color

#bdead1 #eabdd6

#bdead1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdead1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdead1 Color CSS Codes

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

#bdead1 Text Font Color

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

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


#bdead1 Background Color

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

This div background color is #bdead1


#bdead1 Border Color

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

This div border color is #bdead1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdead1


Comments

No comments written yet.

Please login to write comment.