Color Hex Logo

#bdd3eb Color Hex

#BDD3EB
(189,211,235)
0 Favorites   0 Comments

Color spaces of #bdd3eb

RGB 189211235
HSL0.590.530.83
HSV211°20°92°
CMYK 0.200.100.00   0.08
XYZ59.275963.405587.7116
Yxy63.40550.28170.3014
Hunter Lab79.6276-6.4703-9.5700
CIE-Lab83.6553-2.3630-14.2731

#bdd3eb color RGB value is (189,211,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010011 11101011
Octal 275 323 353
Decimal 189 211 235
Hex BD D3 EB

RGB Percentages of Color #bdd3eb

%29.76
%33.23
%37.01

CMYK Percentages of Color #bdd3eb

%20
%10
%0
%8

Triadic Colors of #bdd3eb

#bdd3eb #ebbdd3 #d3ebbd

Analogous Colors of #bdd3eb

#bdd3eb #bebdeb #bdeaeb

Monochromatic Colors of #bdd3eb

#bdd3eb

Complementary Color

#bdd3eb #ebd5bd

#bdd3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd3eb Color CSS Codes

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

#bdd3eb Text Font Color

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

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


#bdd3eb Background Color

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

This div background color is #bdd3eb


#bdd3eb Border Color

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

This div border color is #bdd3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd3eb


Comments

No comments written yet.

Please login to write comment.