Color Hex Logo

#bcdee6 Color Hex

#BCDEE6
(188,222,230)
0 Favorites   0 Comments

Color spaces of #bcdee6

RGB 188222230
HSL0.530.460.82
HSV191°18°90°
CMYK 0.180.030.00   0.10
XYZ61.143268.647184.8905
Yxy68.64710.28480.3198
Hunter Lab82.8535-13.2666-2.7502
CIE-Lab86.3290-9.4483-7.6463

#bcdee6 color RGB value is (188,222,230).

#bcdee6 hex color red value is 188, green value is 222 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #bcdee6 hue: 0.53 , saturation: 0.46 and the lightness value of bcdee6 is 0.82.

The process color (four color CMYK) of #bcdee6 color hex is 0.18, 0.03, 0.00, 0.10. Web safe color of #bcdee6 is #ccccff. Color #bcdee6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 11100110
Octal 274 336 346
Decimal 188 222 230
Hex BC DE E6

RGB Percentages of Color #bcdee6

%29.38
%34.69
%35.94

CMYK Percentages of Color #bcdee6

%18
%3
%0
%10

Triadic Colors of #bcdee6

#bcdee6 #e6bcde #dee6bc

Analogous Colors of #bcdee6

#bcdee6 #bcc9e6 #bce6d9

Monochromatic Colors of #bcdee6

#bcdee6

Complementary Color

#bcdee6 #e6c4bc

#bcdee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdee6 Color CSS Codes

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

#bcdee6 Text Font Color

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

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


#bcdee6 Background Color

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

This div background color is #bcdee6


#bcdee6 Border Color

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

This div border color is #bcdee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdee6


Comments

No comments written yet.

Please login to write comment.