Color Hex Logo

#bcdeed Color Hex

#BCDEED
(188,222,237)
0 Favorites   0 Comments

Color spaces of #bcdeed

RGB 188222237
HSL0.550.580.83
HSV198°21°93°
CMYK 0.210.060.00   0.07
XYZ62.146469.048390.1730
Yxy69.04830.28070.3119
Hunter Lab83.0953-11.9179-6.1733
CIE-Lab86.5280-7.9581-11.0449

#bcdeed color RGB value is (188,222,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 11101101
Octal 274 336 355
Decimal 188 222 237
Hex BC DE ED

RGB Percentages of Color #bcdeed

%29.06
%34.31
%36.63

CMYK Percentages of Color #bcdeed

%21
%6
%0
%7

Triadic Colors of #bcdeed

#bcdeed #edbcde #deedbc

Analogous Colors of #bcdeed

#bcdeed #bcc6ed #bcede4

Monochromatic Colors of #bcdeed

#bcdeed

Complementary Color

#bcdeed #edcbbc

#bcdeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdeed Color CSS Codes

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

#bcdeed Text Font Color

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

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


#bcdeed Background Color

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

This div background color is #bcdeed


#bcdeed Border Color

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

This div border color is #bcdeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdeed


Comments

No comments written yet.

Please login to write comment.