Color Hex Logo

#bdc7de Color Hex

#BDC7DE
(189,199,222)
0 Favorites   0 Comments

Color spaces of #bdc7de

RGB 189199222
HSL0.620.330.81
HSV222°15°87°
CMYK 0.150.100.00   0.13
XYZ54.594556.939677.2202
Yxy56.93960.28920.3017
Hunter Lab75.4583-2.9064-7.8535
CIE-Lab80.14561.2092-12.5874

#bdc7de color RGB value is (189,199,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 11011110
Octal 275 307 336
Decimal 189 199 222
Hex BD C7 DE

RGB Percentages of Color #bdc7de

%30.98
%32.62
%36.39

CMYK Percentages of Color #bdc7de

%15
%10
%0
%13

Triadic Colors of #bdc7de

#bdc7de #debdc7 #c7debd

Analogous Colors of #bdc7de

#bdc7de #c4bdde #bdd8de

Monochromatic Colors of #bdc7de

#bdc7de

Complementary Color

#bdc7de #ded4bd

#bdc7de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc7de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc7de Color CSS Codes

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

#bdc7de Text Font Color

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

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


#bdc7de Background Color

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

This div background color is #bdc7de


#bdc7de Border Color

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

This div border color is #bdc7de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc7de


Comments

No comments written yet.

Please login to write comment.