Color Hex Logo

#bdead7 Color Hex

#BDEAD7
(189,234,215)
0 Favorites   0 Comments

Color spaces of #bdead7

RGB 189234215
HSL0.430.520.83
HSV155°19°92°
CMYK 0.190.000.08   0.08
XYZ62.674874.570875.3803
Yxy74.57080.29480.3507
Hunter Lab86.3544-21.56748.6928
CIE-Lab89.1916-18.21264.4370

#bdead7 color RGB value is (189,234,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 11010111
Octal 275 352 327
Decimal 189 234 215
Hex BD EA D7

RGB Percentages of Color #bdead7

%29.62
%36.68
%33.70

CMYK Percentages of Color #bdead7

%19
%0
%8
%8

Triadic Colors of #bdead7

#bdead7 #d7bdea #ead7bd

Analogous Colors of #bdead7

#bdead7 #bde7ea #bdeac1

Monochromatic Colors of #bdead7

#bdead7

Complementary Color

#bdead7 #eabdd0

#bdead7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdead7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdead7 Color CSS Codes

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

#bdead7 Text Font Color

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

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


#bdead7 Background Color

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

This div background color is #bdead7


#bdead7 Border Color

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

This div border color is #bdead7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdead7


Comments

No comments written yet.

Please login to write comment.