Color Hex Logo

#bdd8ea Color Hex

#BDD8EA
(189,216,234)
0 Favorites   0 Comments

Color spaces of #bdd8ea

RGB 189216234
HSL0.570.520.83
HSV204°19°92°
CMYK 0.190.080.00   0.08
XYZ60.393465.871187.3732
Yxy65.87110.28270.3083
Hunter Lab81.1610-9.2066-7.0154
CIE-Lab84.9306-5.1924-11.8346

#bdd8ea color RGB value is (189,216,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011000 11101010
Octal 275 330 352
Decimal 189 216 234
Hex BD D8 EA

RGB Percentages of Color #bdd8ea

%29.58
%33.80
%36.62

CMYK Percentages of Color #bdd8ea

%19
%8
%0
%8

Triadic Colors of #bdd8ea

#bdd8ea #eabdd8 #d8eabd

Analogous Colors of #bdd8ea

#bdd8ea #bdc2ea #bdeae6

Monochromatic Colors of #bdd8ea

#bdd8ea

Complementary Color

#bdd8ea #eacfbd

#bdd8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd8ea Color CSS Codes

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

#bdd8ea Text Font Color

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

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


#bdd8ea Background Color

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

This div background color is #bdd8ea


#bdd8ea Border Color

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

This div border color is #bdd8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd8ea


Comments

No comments written yet.

Please login to write comment.