Color Hex Logo

#bdd5df Color Hex

#BDD5DF
(189,213,223)
0 Favorites   0 Comments

Color spaces of #bdd5df

RGB 189213223
HSL0.550.350.81
HSV198°15°87°
CMYK 0.150.040.00   0.13
XYZ58.099863.735079.0519
Yxy63.73500.28920.3173
Hunter Lab79.8342-9.8055-2.8251
CIE-Lab83.8276-5.9500-7.6383

#bdd5df color RGB value is (189,213,223).

#bdd5df hex color red value is 189, green value is 213 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bdd5df hue: 0.55 , saturation: 0.35 and the lightness value of bdd5df is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010101 11011111
Octal 275 325 337
Decimal 189 213 223
Hex BD D5 DF

RGB Percentages of Color #bdd5df

%30.24
%34.08
%35.68

CMYK Percentages of Color #bdd5df

%15
%4
%0
%13

Triadic Colors of #bdd5df

#bdd5df #dfbdd5 #d5dfbd

Analogous Colors of #bdd5df

#bdd5df #bdc4df #bddfd8

Monochromatic Colors of #bdd5df

#bdd5df

Complementary Color

#bdd5df #dfc7bd

#bdd5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd5df Color CSS Codes

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

#bdd5df Text Font Color

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

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


#bdd5df Background Color

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

This div background color is #bdd5df


#bdd5df Border Color

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

This div border color is #bdd5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd5df


Comments

No comments written yet.

Please login to write comment.