Color Hex Logo

#bdd0e5 Color Hex

#BDD0E5
(189,208,229)
0 Favorites   0 Comments

Color spaces of #bdd0e5

RGB 189208229
HSL0.590.430.82
HSV212°17°90°
CMYK 0.170.090.00   0.10
XYZ57.685061.587782.9760
Yxy61.58770.28520.3045
Hunter Lab78.4778-6.1301-7.7539
CIE-Lab82.6937-2.0746-12.5198

#bdd0e5 color RGB value is (189,208,229).

#bdd0e5 hex color red value is 189, green value is 208 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bdd0e5 hue: 0.59 , saturation: 0.43 and the lightness value of bdd0e5 is 0.82.

The process color (four color CMYK) of #bdd0e5 color hex is 0.17, 0.09, 0.00, 0.10. Web safe color of #bdd0e5 is #cccccc. Color #bdd0e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 11100101
Octal 275 320 345
Decimal 189 208 229
Hex BD D0 E5

RGB Percentages of Color #bdd0e5

%30.19
%33.23
%36.58

CMYK Percentages of Color #bdd0e5

%17
%9
%0
%10

Triadic Colors of #bdd0e5

#bdd0e5 #e5bdd0 #d0e5bd

Analogous Colors of #bdd0e5

#bdd0e5 #bebde5 #bde4e5

Monochromatic Colors of #bdd0e5

#bdd0e5

Complementary Color

#bdd0e5 #e5d2bd

#bdd0e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd0e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd0e5 Color CSS Codes

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

#bdd0e5 Text Font Color

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

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


#bdd0e5 Background Color

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

This div background color is #bdd0e5


#bdd0e5 Border Color

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

This div border color is #bdd0e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd0e5


Comments

No comments written yet.

Please login to write comment.