Color Hex Logo

#bdd3ea Color Hex

#BDD3EA
(189,211,234)
0 Favorites   0 Comments

Color spaces of #bdd3ea

RGB 189211234
HSL0.590.520.83
HSV211°19°92°
CMYK 0.190.100.00   0.08
XYZ59.131863.347986.9527
Yxy63.34790.28230.3025
Hunter Lab79.5914-6.6698-9.0597
CIE-Lab83.6251-2.5794-13.7869

#bdd3ea color RGB value is (189,211,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010011 11101010
Octal 275 323 352
Decimal 189 211 234
Hex BD D3 EA

RGB Percentages of Color #bdd3ea

%29.81
%33.28
%36.91

CMYK Percentages of Color #bdd3ea

%19
%10
%0
%8

Triadic Colors of #bdd3ea

#bdd3ea #eabdd3 #d3eabd

Analogous Colors of #bdd3ea

#bdd3ea #bebdea #bdeaea

Monochromatic Colors of #bdd3ea

#bdd3ea

Complementary Color

#bdd3ea #ead4bd

#bdd3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd3ea Color CSS Codes

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

#bdd3ea Text Font Color

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

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


#bdd3ea Background Color

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

This div background color is #bdd3ea


#bdd3ea Border Color

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

This div border color is #bdd3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd3ea


Comments

No comments written yet.

Please login to write comment.