Color Hex Logo

#bdcbea Color Hex

#BDCBEA
(189,203,234)
0 Favorites   0 Comments

Color spaces of #bdcbea

RGB 189203234
HSL0.610.520.83
HSV221°19°92°
CMYK 0.190.130.00   0.08
XYZ57.193559.471286.3066
Yxy59.47120.28180.2930
Hunter Lab77.1176-2.5730-12.3725
CIE-Lab81.54991.6496-16.9041

#bdcbea color RGB value is (189,203,234).

#bdcbea hex color red value is 189, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bdcbea hue: 0.61 , saturation: 0.52 and the lightness value of bdcbea is 0.83.

The process color (four color CMYK) of #bdcbea color hex is 0.19, 0.13, 0.00, 0.08. Web safe color of #bdcbea is #ccccff. Color #bdcbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 11101010
Octal 275 313 352
Decimal 189 203 234
Hex BD CB EA

RGB Percentages of Color #bdcbea

%30.19
%32.43
%37.38

CMYK Percentages of Color #bdcbea

%19
%13
%0
%8

Triadic Colors of #bdcbea

#bdcbea #eabdcb #cbeabd

Analogous Colors of #bdcbea

#bdcbea #c6bdea #bde2ea

Monochromatic Colors of #bdcbea

#bdcbea

Complementary Color

#bdcbea #eadcbd

#bdcbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcbea Color CSS Codes

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

#bdcbea Text Font Color

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

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


#bdcbea Background Color

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

This div background color is #bdcbea


#bdcbea Border Color

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

This div border color is #bdcbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcbea


Comments

No comments written yet.

Please login to write comment.