Color Hex Logo

#bdcaea Color Hex

#BDCAEA
(189,202,234)
0 Favorites   0 Comments

Color spaces of #bdcaea

RGB 189202234
HSL0.620.520.83
HSV223°19°92°
CMYK 0.190.140.00   0.08
XYZ56.958159.000486.2281
Yxy59.00040.28170.2918
Hunter Lab76.8117-2.0576-12.7902
CIE-Lab81.29182.1822-17.2929

#bdcaea color RGB value is (189,202,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 11101010
Octal 275 312 352
Decimal 189 202 234
Hex BD CA EA

RGB Percentages of Color #bdcaea

%30.24
%32.32
%37.44

CMYK Percentages of Color #bdcaea

%19
%14
%0
%8

Triadic Colors of #bdcaea

#bdcaea #eabdca #caeabd

Analogous Colors of #bdcaea

#bdcaea #c7bdea #bde1ea

Monochromatic Colors of #bdcaea

#bdcaea

Complementary Color

#bdcaea #eaddbd

#bdcaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcaea Color CSS Codes

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

#bdcaea Text Font Color

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

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


#bdcaea Background Color

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

This div background color is #bdcaea


#bdcaea Border Color

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

This div border color is #bdcaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcaea

#bdcaea Color Palettes


Comments

No comments written yet.

Please login to write comment.