Color Hex Logo

#bdcee4 Color Hex

#BDCEE4
(189,206,228)
0 Favorites   0 Comments

Color spaces of #bdcee4

RGB 189206228
HSL0.590.420.82
HSV214°17°89°
CMYK 0.170.100.00   0.11
XYZ57.061260.562982.0811
Yxy60.56290.28570.3033
Hunter Lab77.8222-5.3080-8.0592
CIE-Lab82.1432-1.2334-12.8098

#bdcee4 color RGB value is (189,206,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 11100100
Octal 275 316 344
Decimal 189 206 228
Hex BD CE E4

RGB Percentages of Color #bdcee4

%30.34
%33.07
%36.60

CMYK Percentages of Color #bdcee4

%17
%10
%0
%11

Triadic Colors of #bdcee4

#bdcee4 #e4bdce #cee4bd

Analogous Colors of #bdcee4

#bdcee4 #c0bde4 #bde2e4

Monochromatic Colors of #bdcee4

#bdcee4

Complementary Color

#bdcee4 #e4d3bd

#bdcee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcee4 Color CSS Codes

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

#bdcee4 Text Font Color

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

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


#bdcee4 Background Color

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

This div background color is #bdcee4


#bdcee4 Border Color

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

This div border color is #bdcee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcee4


Comments

No comments written yet.

Please login to write comment.