Color Hex Logo

#bdd6df Color Hex

#BDD6DF
(189,214,223)
0 Favorites   0 Comments

Color spaces of #bdd6df

RGB 189214223
HSL0.540.350.81
HSV196°15°87°
CMYK 0.150.040.00   0.13
XYZ58.352164.239779.1360
Yxy64.23970.28930.3184
Hunter Lab80.1497-10.3069-2.4354
CIE-Lab84.0904-6.4694-7.2489

#bdd6df color RGB value is (189,214,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010110 11011111
Octal 275 326 337
Decimal 189 214 223
Hex BD D6 DF

RGB Percentages of Color #bdd6df

%30.19
%34.19
%35.62

CMYK Percentages of Color #bdd6df

%15
%4
%0
%13

Triadic Colors of #bdd6df

#bdd6df #dfbdd6 #d6dfbd

Analogous Colors of #bdd6df

#bdd6df #bdc5df #bddfd7

Monochromatic Colors of #bdd6df

#bdd6df

Complementary Color

#bdd6df #dfc6bd

#bdd6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd6df Color CSS Codes

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

#bdd6df Text Font Color

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

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


#bdd6df Background Color

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

This div background color is #bdd6df


#bdd6df Border Color

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

This div border color is #bdd6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd6df


Comments

No comments written yet.

Please login to write comment.