Color Hex Logo

#bdc3df Color Hex

#BDC3DF
(189,195,223)
0 Favorites   0 Comments

Color spaces of #bdc3df

RGB 189195223
HSL0.640.350.81
HSV229°15°87°
CMYK 0.150.130.00   0.13
XYZ53.820755.176777.6256
Yxy55.17670.28840.2957
Hunter Lab74.2810-0.6587-9.9629
CIE-Lab79.14293.5581-14.6277

#bdc3df color RGB value is (189,195,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000011 11011111
Octal 275 303 337
Decimal 189 195 223
Hex BD C3 DF

RGB Percentages of Color #bdc3df

%31.14
%32.13
%36.74

CMYK Percentages of Color #bdc3df

%15
%13
%0
%13

Triadic Colors of #bdc3df

#bdc3df #dfbdc3 #c3dfbd

Analogous Colors of #bdc3df

#bdc3df #c8bddf #bdd4df

Monochromatic Colors of #bdc3df

#bdc3df

Complementary Color

#bdc3df #dfd9bd

#bdc3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc3df Color CSS Codes

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

#bdc3df Text Font Color

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

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


#bdc3df Background Color

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

This div background color is #bdc3df


#bdc3df Border Color

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

This div border color is #bdc3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc3df


Comments

No comments written yet.

Please login to write comment.