Color Hex Logo

#bdd0eb Color Hex

#BDD0EB
(189,208,235)
0 Favorites   0 Comments

Color spaces of #bdd0eb

RGB 189208235
HSL0.600.530.83
HSV215°20°92°
CMYK 0.200.110.00   0.08
XYZ58.537561.928787.4654
Yxy61.92870.28150.2978
Hunter Lab78.6948-4.9378-10.8116
CIE-Lab82.8755-0.7831-15.4433

#bdd0eb color RGB value is (189,208,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 11101011
Octal 275 320 353
Decimal 189 208 235
Hex BD D0 EB

RGB Percentages of Color #bdd0eb

%29.91
%32.91
%37.18

CMYK Percentages of Color #bdd0eb

%20
%11
%0
%8

Triadic Colors of #bdd0eb

#bdd0eb #ebbdd0 #d0ebbd

Analogous Colors of #bdd0eb

#bdd0eb #c1bdeb #bde7eb

Monochromatic Colors of #bdd0eb

#bdd0eb

Complementary Color

#bdd0eb #ebd8bd

#bdd0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd0eb Color CSS Codes

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

#bdd0eb Text Font Color

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

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


#bdd0eb Background Color

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

This div background color is #bdd0eb


#bdd0eb Border Color

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

This div border color is #bdd0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd0eb


Comments

No comments written yet.

Please login to write comment.