Color Hex Logo

#bdcee5 Color Hex

#BDCEE5
(189,206,229)
0 Favorites   0 Comments

Color spaces of #bdcee5

RGB 189206229
HSL0.600.430.82
HSV215°17°90°
CMYK 0.170.100.00   0.10
XYZ57.200460.618682.8145
Yxy60.61860.28510.3021
Hunter Lab77.8579-5.1117-8.5639
CIE-Lab82.1733-1.0203-13.2984

#bdcee5 color RGB value is (189,206,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 11100101
Octal 275 316 345
Decimal 189 206 229
Hex BD CE E5

RGB Percentages of Color #bdcee5

%30.29
%33.01
%36.70

CMYK Percentages of Color #bdcee5

%17
%10
%0
%10

Triadic Colors of #bdcee5

#bdcee5 #e5bdce #cee5bd

Analogous Colors of #bdcee5

#bdcee5 #c0bde5 #bde2e5

Monochromatic Colors of #bdcee5

#bdcee5

Complementary Color

#bdcee5 #e5d4bd

#bdcee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcee5 Color CSS Codes

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

#bdcee5 Text Font Color

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

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


#bdcee5 Background Color

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

This div background color is #bdcee5


#bdcee5 Border Color

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

This div border color is #bdcee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcee5


Comments

No comments written yet.

Please login to write comment.