Color Hex Logo

#bdc2ea Color Hex

#BDC2EA
(189,194,234)
0 Favorites   0 Comments

Color spaces of #bdc2ea

RGB 189194234
HSL0.650.520.83
HSV233°19°92°
CMYK 0.190.170.00   0.08
XYZ55.129355.342985.6185
Yxy55.34290.28110.2822
Hunter Lab74.39282.0912-16.1617
CIE-Lab79.23846.4725-20.3963

#bdc2ea color RGB value is (189,194,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 11101010
Octal 275 302 352
Decimal 189 194 234
Hex BD C2 EA

RGB Percentages of Color #bdc2ea

%30.63
%31.44
%37.93

CMYK Percentages of Color #bdc2ea

%19
%17
%0
%8

Triadic Colors of #bdc2ea

#bdc2ea #eabdc2 #c2eabd

Analogous Colors of #bdc2ea

#bdc2ea #cfbdea #bdd9ea

Monochromatic Colors of #bdc2ea

#bdc2ea

Complementary Color

#bdc2ea #eae5bd

#bdc2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc2ea Color CSS Codes

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

#bdc2ea Text Font Color

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

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


#bdc2ea Background Color

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

This div background color is #bdc2ea


#bdc2ea Border Color

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

This div border color is #bdc2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc2ea


Comments

No comments written yet.

Please login to write comment.