Color Hex Logo

#bdd3de Color Hex

#BDD3DE
(189,211,222)
0 Favorites   0 Comments

Color spaces of #bdd3de

RGB 189211222
HSL0.560.330.81
HSV200°15°87°
CMYK 0.150.050.00   0.13
XYZ57.465362.681378.1772
Yxy62.68130.28980.3161
Hunter Lab79.1715-8.9890-3.1253
CIE-Lab83.2744-5.1159-7.9267

#bdd3de color RGB value is (189,211,222).

#bdd3de hex color red value is 189, green value is 211 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bdd3de hue: 0.56 , saturation: 0.33 and the lightness value of bdd3de is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010011 11011110
Octal 275 323 336
Decimal 189 211 222
Hex BD D3 DE

RGB Percentages of Color #bdd3de

%30.39
%33.92
%35.69

CMYK Percentages of Color #bdd3de

%15
%5
%0
%13

Triadic Colors of #bdd3de

#bdd3de #debdd3 #d3debd

Analogous Colors of #bdd3de

#bdd3de #bdc3de #bdded9

Monochromatic Colors of #bdd3de

#bdd3de

Complementary Color

#bdd3de #dec8bd

#bdd3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd3de Color CSS Codes

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

#bdd3de Text Font Color

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

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


#bdd3de Background Color

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

This div background color is #bdd3de


#bdd3de Border Color

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

This div border color is #bdd3de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd3de


Comments

No comments written yet.

Please login to write comment.