Color Hex Logo

#bdc6ed Color Hex

#BDC6ED
(189,198,237)
0 Favorites   0 Comments

Color spaces of #bdc6ed

RGB 189198237
HSL0.640.570.84
HSV229°20°93°
CMYK 0.200.160.00   0.07
XYZ56.466457.321488.2088
Yxy57.32140.27950.2838
Hunter Lab75.71090.6341-16.0796
CIE-Lab80.36004.9820-20.3055

#bdc6ed color RGB value is (189,198,237).

#bdc6ed hex color red value is 189, green value is 198 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bdc6ed hue: 0.64 , saturation: 0.57 and the lightness value of bdc6ed is 0.84.

The process color (four color CMYK) of #bdc6ed color hex is 0.20, 0.16, 0.00, 0.07. Web safe color of #bdc6ed is #ccccff. Color #bdc6ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000110 11101101
Octal 275 306 355
Decimal 189 198 237
Hex BD C6 ED

RGB Percentages of Color #bdc6ed

%30.29
%31.73
%37.98

CMYK Percentages of Color #bdc6ed

%20
%16
%0
%7

Triadic Colors of #bdc6ed

#bdc6ed #edbdc6 #c6edbd

Analogous Colors of #bdc6ed

#bdc6ed #ccbded #bddeed

Monochromatic Colors of #bdc6ed

#bdc6ed

Complementary Color

#bdc6ed #ede4bd

#bdc6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc6ed Color CSS Codes

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

#bdc6ed Text Font Color

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

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


#bdc6ed Background Color

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

This div background color is #bdc6ed


#bdc6ed Border Color

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

This div border color is #bdc6ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc6ed


Comments

No comments written yet.

Please login to write comment.