Color Hex Logo

#bdc7ea Color Hex

#BDC7EA
(189,199,234)
0 Favorites   0 Comments

Color spaces of #bdc7ea

RGB 189199234
HSL0.630.520.83
HSV227°19°92°
CMYK 0.190.150.00   0.08
XYZ56.261057.606285.9957
Yxy57.60620.28150.2882
Hunter Lab75.8987-0.5072-14.0483
CIE-Lab80.51943.7850-18.4584

#bdc7ea color RGB value is (189,199,234).

#bdc7ea hex color red value is 189, green value is 199 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bdc7ea hue: 0.63 , saturation: 0.52 and the lightness value of bdc7ea is 0.83.

The process color (four color CMYK) of #bdc7ea color hex is 0.19, 0.15, 0.00, 0.08. Web safe color of #bdc7ea is #ccccff. Color #bdc7ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 11101010
Octal 275 307 352
Decimal 189 199 234
Hex BD C7 EA

RGB Percentages of Color #bdc7ea

%30.39
%31.99
%37.62

CMYK Percentages of Color #bdc7ea

%19
%15
%0
%8

Triadic Colors of #bdc7ea

#bdc7ea #eabdc7 #c7eabd

Analogous Colors of #bdc7ea

#bdc7ea #cabdea #bddeea

Monochromatic Colors of #bdc7ea

#bdc7ea

Complementary Color

#bdc7ea #eae0bd

#bdc7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc7ea Color CSS Codes

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

#bdc7ea Text Font Color

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

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


#bdc7ea Background Color

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

This div background color is #bdc7ea


#bdc7ea Border Color

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

This div border color is #bdc7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc7ea


Comments

No comments written yet.

Please login to write comment.