Color Hex Logo

#bcd4eb Color Hex

#BCD4EB
(188,212,235)
0 Favorites   0 Comments

Color spaces of #bcd4eb

RGB 188212235
HSL0.580.540.83
HSV209°20°92°
CMYK 0.200.100.00   0.08
XYZ59.277963.776587.7831
Yxy63.77650.28120.3025
Hunter Lab79.8602-7.2600-9.2700
CIE-Lab83.8493-3.1944-13.9892

#bcd4eb color RGB value is (188,212,235).

#bcd4eb hex color red value is 188, green value is 212 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bcd4eb hue: 0.58 , saturation: 0.54 and the lightness value of bcd4eb is 0.83.

The process color (four color CMYK) of #bcd4eb color hex is 0.20, 0.10, 0.00, 0.08. Web safe color of #bcd4eb is #ccccff. Color #bcd4eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 11101011
Octal 274 324 353
Decimal 188 212 235
Hex BC D4 EB

RGB Percentages of Color #bcd4eb

%29.61
%33.39
%37.01

CMYK Percentages of Color #bcd4eb

%20
%10
%0
%8

Triadic Colors of #bcd4eb

#bcd4eb #ebbcd4 #d4ebbc

Analogous Colors of #bcd4eb

#bcd4eb #bcbdeb #bcebeb

Monochromatic Colors of #bcd4eb

#bcd4eb

Complementary Color

#bcd4eb #ebd3bc

#bcd4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd4eb Color CSS Codes

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

#bcd4eb Text Font Color

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

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


#bcd4eb Background Color

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

This div background color is #bcd4eb


#bcd4eb Border Color

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

This div border color is #bcd4eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,212,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bcd4eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bcd4eb;
  -webkit-box-shadow: 1px 1px 3px 2px #bcd4eb;
  box-shadow:         1px 1px 3px 2px #bcd4eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,212,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd4eb


Comments

No comments written yet.

Please login to write comment.