Color Hex Logo

#bdd2eb Color Hex

#BDD2EB
(189,210,235)
0 Favorites   0 Comments

Color spaces of #bdd2eb

RGB 189210235
HSL0.590.530.83
HSV213°20°92°
CMYK 0.200.110.00   0.08
XYZ59.028362.910287.6290
Yxy62.91020.28170.3002
Hunter Lab79.3160-5.9601-9.9830
CIE-Lab83.3951-1.8372-14.6632

#bdd2eb color RGB value is (189,210,235).

#bdd2eb hex color red value is 189, green value is 210 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bdd2eb hue: 0.59 , saturation: 0.53 and the lightness value of bdd2eb is 0.83.

The process color (four color CMYK) of #bdd2eb color hex is 0.20, 0.11, 0.00, 0.08. Web safe color of #bdd2eb is #ccccff. Color #bdd2eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010010 11101011
Octal 275 322 353
Decimal 189 210 235
Hex BD D2 EB

RGB Percentages of Color #bdd2eb

%29.81
%33.12
%37.07

CMYK Percentages of Color #bdd2eb

%20
%11
%0
%8

Triadic Colors of #bdd2eb

#bdd2eb #ebbdd2 #d2ebbd

Analogous Colors of #bdd2eb

#bdd2eb #bfbdeb #bde9eb

Monochromatic Colors of #bdd2eb

#bdd2eb

Complementary Color

#bdd2eb #ebd6bd

#bdd2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd2eb Color CSS Codes

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

#bdd2eb Text Font Color

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

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


#bdd2eb Background Color

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

This div background color is #bdd2eb


#bdd2eb Border Color

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

This div border color is #bdd2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd2eb

#bdd2eb Color Palettes


Comments

No comments written yet.

Please login to write comment.