Color Hex Logo

#bcdeee Color Hex

#BCDEEE
(188,222,238)
0 Favorites   0 Comments

Color spaces of #bcdeee

RGB 188222238
HSL0.550.600.84
HSV199°21°93°
CMYK 0.210.070.00   0.07
XYZ62.292969.107090.9447
Yxy69.10700.28020.3108
Hunter Lab83.1306-11.7218-6.6717
CIE-Lab86.5570-7.7425-11.5291

#bcdeee color RGB value is (188,222,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 11101110
Octal 274 336 356
Decimal 188 222 238
Hex BC DE EE

RGB Percentages of Color #bcdeee

%29.01
%34.26
%36.73

CMYK Percentages of Color #bcdeee

%21
%7
%0
%7

Triadic Colors of #bcdeee

#bcdeee #eebcde #deeebc

Analogous Colors of #bcdeee

#bcdeee #bcc5ee #bceee5

Monochromatic Colors of #bcdeee

#bcdeee

Complementary Color

#bcdeee #eeccbc

#bcdeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdeee Color CSS Codes

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

#bcdeee Text Font Color

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

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


#bcdeee Background Color

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

This div background color is #bcdeee


#bcdeee Border Color

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

This div border color is #bcdeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdeee


Comments

No comments written yet.

Please login to write comment.