Color Hex Logo

#bdd4ed Color Hex

#BDD4ED
(189,212,237)
0 Favorites   0 Comments

Color spaces of #bdd4ed

RGB 189212237
HSL0.590.570.84
HSV211°20°93°
CMYK 0.200.110.00   0.07
XYZ59.815864.020289.3253
Yxy64.02020.28060.3003
Hunter Lab80.0126-6.5791-10.1819
CIE-Lab83.9763-2.4536-14.8539

#bdd4ed color RGB value is (189,212,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010100 11101101
Octal 275 324 355
Decimal 189 212 237
Hex BD D4 ED

RGB Percentages of Color #bdd4ed

%29.62
%33.23
%37.15

CMYK Percentages of Color #bdd4ed

%20
%11
%0
%7

Triadic Colors of #bdd4ed

#bdd4ed #edbdd4 #d4edbd

Analogous Colors of #bdd4ed

#bdd4ed #bebded #bdeced

Monochromatic Colors of #bdd4ed

#bdd4ed

Complementary Color

#bdd4ed #edd6bd

#bdd4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd4ed Color CSS Codes

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

#bdd4ed Text Font Color

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

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


#bdd4ed Background Color

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

This div background color is #bdd4ed


#bdd4ed Border Color

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

This div border color is #bdd4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd4ed


Comments

No comments written yet.

Please login to write comment.