Color Hex Logo

#bdceda Color Hex

#BDCEDA
(189,206,218)
1 Favorites   0 Comments

Color spaces of #bdceda

RGB 189206218
HSL0.570.280.80
HSV205°13°85°
CMYK 0.130.060.00   0.15
XYZ55.712560.023474.9790
Yxy60.02340.29210.3147
Hunter Lab77.4748-7.2206-3.1477
CIE-Lab81.8509-3.3232-7.9048

#bdceda color RGB value is (189,206,218).

#bdceda hex color red value is 189, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bdceda hue: 0.57 , saturation: 0.28 and the lightness value of bdceda is 0.80.

The process color (four color CMYK) of #bdceda color hex is 0.13, 0.06, 0.00, 0.15. Web safe color of #bdceda is #cccccc. Color #bdceda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 11011010
Octal 275 316 332
Decimal 189 206 218
Hex BD CE DA

RGB Percentages of Color #bdceda

%30.83
%33.61
%35.56

CMYK Percentages of Color #bdceda

%13
%6
%0
%15

Triadic Colors of #bdceda

#bdceda #dabdce #cedabd

Analogous Colors of #bdceda

#bdceda #bdc0da #bddad8

Monochromatic Colors of #bdceda

#bdceda

Complementary Color

#bdceda #dac9bd

#bdceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdceda Color CSS Codes

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

#bdceda Text Font Color

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

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


#bdceda Background Color

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

This div background color is #bdceda


#bdceda Border Color

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

This div border color is #bdceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdceda


Comments

No comments written yet.

Please login to write comment.