Color Hex Logo

#bdcdee Color Hex

#BDCDEE
(189,205,238)
0 Favorites   0 Comments

Color spaces of #bdcdee

RGB 189205238
HSL0.610.590.84
HSV220°21°93°
CMYK 0.210.140.00   0.07
XYZ58.250260.654589.5263
Yxy60.65450.27950.2910
Hunter Lab77.8810-2.7847-13.6387
CIE-Lab82.19271.4631-18.0695

#bdcdee color RGB value is (189,205,238).

#bdcdee hex color red value is 189, green value is 205 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bdcdee hue: 0.61 , saturation: 0.59 and the lightness value of bdcdee is 0.84.

The process color (four color CMYK) of #bdcdee color hex is 0.21, 0.14, 0.00, 0.07. Web safe color of #bdcdee is #ccccff. Color #bdcdee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 11101110
Octal 275 315 356
Decimal 189 205 238
Hex BD CD EE

RGB Percentages of Color #bdcdee

%29.91
%32.44
%37.66

CMYK Percentages of Color #bdcdee

%21
%14
%0
%7

Triadic Colors of #bdcdee

#bdcdee #eebdcd #cdeebd

Analogous Colors of #bdcdee

#bdcdee #c6bdee #bde6ee

Monochromatic Colors of #bdcdee

#bdcdee

Complementary Color

#bdcdee #eedebd

#bdcdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcdee Color CSS Codes

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

#bdcdee Text Font Color

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

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


#bdcdee Background Color

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

This div background color is #bdcdee


#bdcdee Border Color

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

This div border color is #bdcdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcdee


Comments

No comments written yet.

Please login to write comment.