Color Hex Logo

#bcd4ee Color Hex

#BCD4EE
(188,212,238)
0 Favorites   0 Comments

Color spaces of #bcd4ee

RGB 188212238
HSL0.590.600.84
HSV211°21°93°
CMYK 0.210.110.00   0.07
XYZ59.715163.951490.0854
Yxy63.95140.27940.2992
Hunter Lab79.9696-6.6569-10.8112
CIE-Lab83.9405-2.5398-15.4453

#bcd4ee color RGB value is (188,212,238).

#bcd4ee hex color red value is 188, green value is 212 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bcd4ee hue: 0.59 , saturation: 0.60 and the lightness value of bcd4ee is 0.84.

The process color (four color CMYK) of #bcd4ee color hex is 0.21, 0.11, 0.00, 0.07. Web safe color of #bcd4ee is #ccccff. Color #bcd4ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 11101110
Octal 274 324 356
Decimal 188 212 238
Hex BC D4 EE

RGB Percentages of Color #bcd4ee

%29.47
%33.23
%37.30

CMYK Percentages of Color #bcd4ee

%21
%11
%0
%7

Triadic Colors of #bcd4ee

#bcd4ee #eebcd4 #d4eebc

Analogous Colors of #bcd4ee

#bcd4ee #bdbcee #bcedee

Monochromatic Colors of #bcd4ee

#bcd4ee

Complementary Color

#bcd4ee #eed6bc

#bcd4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd4ee Color CSS Codes

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

#bcd4ee Text Font Color

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

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


#bcd4ee Background Color

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

This div background color is #bcd4ee


#bcd4ee Border Color

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

This div border color is #bcd4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd4ee


Comments

No comments written yet.

Please login to write comment.