Color Hex Logo

#bdd7de Color Hex

#BDD7DE
(189,215,222)
0 Favorites   0 Comments

Color spaces of #bdd7de

RGB 189215222
HSL0.540.330.81
HSV193°15°87°
CMYK 0.150.030.00   0.13
XYZ58.471564.693678.5126
Yxy64.69360.28990.3208
Hunter Lab80.4323-10.9933-1.5723
CIE-Lab84.3256-7.1935-6.3700

#bdd7de color RGB value is (189,215,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010111 11011110
Octal 275 327 336
Decimal 189 215 222
Hex BD D7 DE

RGB Percentages of Color #bdd7de

%30.19
%34.35
%35.46

CMYK Percentages of Color #bdd7de

%15
%3
%0
%13

Triadic Colors of #bdd7de

#bdd7de #debdd7 #d7debd

Analogous Colors of #bdd7de

#bdd7de #bdc7de #bdded5

Monochromatic Colors of #bdd7de

#bdd7de

Complementary Color

#bdd7de #dec4bd

#bdd7de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd7de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd7de Color CSS Codes

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

#bdd7de Text Font Color

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

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


#bdd7de Background Color

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

This div background color is #bdd7de


#bdd7de Border Color

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

This div border color is #bdd7de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd7de


Comments

No comments written yet.

Please login to write comment.