Color Hex Logo

#bdedd1 Color Hex

#BDEDD1
(189,237,209)
0 Favorites   0 Comments

Color spaces of #bdedd1

RGB 189237209
HSL0.400.570.84
HSV145°20°93°
CMYK 0.200.000.12   0.07
XYZ62.779175.990671.6805
Yxy75.99060.29830.3611
Hunter Lab87.1726-24.001612.2677
CIE-Lab89.8550-20.83098.5242

#bdedd1 color RGB value is (189,237,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 11010001
Octal 275 355 321
Decimal 189 237 209
Hex BD ED D1

RGB Percentages of Color #bdedd1

%29.76
%37.32
%32.91

CMYK Percentages of Color #bdedd1

%20
%0
%12
%7

Triadic Colors of #bdedd1

#bdedd1 #d1bded #edd1bd

Analogous Colors of #bdedd1

#bdedd1 #bdede9 #c1edbd

Monochromatic Colors of #bdedd1

#bdedd1

Complementary Color

#bdedd1 #edbdd9

#bdedd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdedd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdedd1 Color CSS Codes

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

#bdedd1 Text Font Color

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

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


#bdedd1 Background Color

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

This div background color is #bdedd1


#bdedd1 Border Color

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

This div border color is #bdedd1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,237,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 #bdedd1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdedd1


Comments

No comments written yet.

Please login to write comment.