Color Hex Logo

#bdedd5 Color Hex

#BDEDD5
(189,237,213)
0 Favorites   0 Comments

Color spaces of #bdedd5

RGB 189237213
HSL0.420.570.84
HSV150°20°93°
CMYK 0.200.000.10   0.07
XYZ63.280776.191374.3219
Yxy76.19130.29600.3564
Hunter Lab87.2876-23.346610.6183
CIE-Lab89.9481-20.07566.5734

#bdedd5 color RGB value is (189,237,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 11010101
Octal 275 355 325
Decimal 189 237 213
Hex BD ED D5

RGB Percentages of Color #bdedd5

%29.58
%37.09
%33.33

CMYK Percentages of Color #bdedd5

%20
%0
%10
%7

Triadic Colors of #bdedd5

#bdedd5 #d5bded #edd5bd

Analogous Colors of #bdedd5

#bdedd5 #bdeded #bdedbd

Monochromatic Colors of #bdedd5

#bdedd5

Complementary Color

#bdedd5 #edbdd5

#bdedd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdedd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdedd5 Color CSS Codes

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

#bdedd5 Text Font Color

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

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


#bdedd5 Background Color

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

This div background color is #bdedd5


#bdedd5 Border Color

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

This div border color is #bdedd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdedd5


Comments

No comments written yet.

Please login to write comment.