Color Hex Logo

#bdcbee Color Hex

#BDCBEE
(189,203,238)
0 Favorites   0 Comments

Color spaces of #bdcbee

RGB 189203238
HSL0.620.590.84
HSV223°21°93°
CMYK 0.210.150.00   0.07
XYZ57.774859.703789.3678
Yxy59.70370.27930.2886
Hunter Lab77.2682-1.7516-14.4867
CIE-Lab81.67692.5277-18.8481

#bdcbee color RGB value is (189,203,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 11101110
Octal 275 313 356
Decimal 189 203 238
Hex BD CB EE

RGB Percentages of Color #bdcbee

%30.00
%32.22
%37.78

CMYK Percentages of Color #bdcbee

%21
%15
%0
%7

Triadic Colors of #bdcbee

#bdcbee #eebdcb #cbeebd

Analogous Colors of #bdcbee

#bdcbee #c8bdee #bde4ee

Monochromatic Colors of #bdcbee

#bdcbee

Complementary Color

#bdcbee #eee0bd

#bdcbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcbee Color CSS Codes

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

#bdcbee Text Font Color

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

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


#bdcbee Background Color

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

This div background color is #bdcbee


#bdcbee Border Color

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

This div border color is #bdcbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcbee


Comments

No comments written yet.

Please login to write comment.