Color Hex Logo

#bdc8ea Color Hex

#BDC8EA
(189,200,234)
0 Favorites   0 Comments

Color spaces of #bdc8ea

RGB 189200234
HSL0.630.520.83
HSV225°19°92°
CMYK 0.190.150.00   0.08
XYZ56.491858.067986.0727
Yxy58.06790.28160.2894
Hunter Lab76.2023-1.0249-13.6282
CIE-Lab80.77653.2498-18.0701

#bdc8ea color RGB value is (189,200,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001000 11101010
Octal 275 310 352
Decimal 189 200 234
Hex BD C8 EA

RGB Percentages of Color #bdc8ea

%30.34
%32.10
%37.56

CMYK Percentages of Color #bdc8ea

%19
%15
%0
%8

Triadic Colors of #bdc8ea

#bdc8ea #eabdc8 #c8eabd

Analogous Colors of #bdc8ea

#bdc8ea #c9bdea #bddfea

Monochromatic Colors of #bdc8ea

#bdc8ea

Complementary Color

#bdc8ea #eadfbd

#bdc8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc8ea Color CSS Codes

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

#bdc8ea Text Font Color

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

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


#bdc8ea Background Color

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

This div background color is #bdc8ea


#bdc8ea Border Color

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

This div border color is #bdc8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc8ea


Comments

No comments written yet.

Please login to write comment.