Color Hex Logo

#bdedd9 Color Hex

#BDEDD9
(189,237,217)
0 Favorites   0 Comments

Color spaces of #bdedd9

RGB 189237217
HSL0.430.570.84
HSV155°20°93°
CMYK 0.200.000.08   0.07
XYZ63.794876.396977.0294
Yxy76.39690.29370.3517
Hunter Lab87.4053-22.67698.9321
CIE-Lab90.0433-19.30684.6246

#bdedd9 color RGB value is (189,237,217).

#bdedd9 hex color red value is 189, green value is 237 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #bdedd9 hue: 0.43 , saturation: 0.57 and the lightness value of bdedd9 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 11011001
Octal 275 355 331
Decimal 189 237 217
Hex BD ED D9

RGB Percentages of Color #bdedd9

%29.39
%36.86
%33.75

CMYK Percentages of Color #bdedd9

%20
%0
%8
%7

Triadic Colors of #bdedd9

#bdedd9 #d9bded #edd9bd

Analogous Colors of #bdedd9

#bdedd9 #bde9ed #bdedc1

Monochromatic Colors of #bdedd9

#bdedd9

Complementary Color

#bdedd9 #edbdd1

#bdedd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdedd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdedd9 Color CSS Codes

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

#bdedd9 Text Font Color

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

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


#bdedd9 Background Color

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

This div background color is #bdedd9


#bdedd9 Border Color

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

This div border color is #bdedd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdedd9


Comments

No comments written yet.

Please login to write comment.