Color Hex Logo

#bcc8eb Color Hex

#BCC8EB
(188,200,235)
0 Favorites   0 Comments

Color spaces of #bcc8eb

RGB 188200235
HSL0.620.540.83
HSV225°20°92°
CMYK 0.200.150.00   0.08
XYZ56.388757.998186.8200
Yxy57.99810.28030.2883
Hunter Lab76.1565-1.1067-14.2823
CIE-Lab80.73773.1611-18.6706

#bcc8eb color RGB value is (188,200,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001000 11101011
Octal 274 310 353
Decimal 188 200 235
Hex BC C8 EB

RGB Percentages of Color #bcc8eb

%30.18
%32.10
%37.72

CMYK Percentages of Color #bcc8eb

%20
%15
%0
%8

Triadic Colors of #bcc8eb

#bcc8eb #ebbcc8 #c8ebbc

Analogous Colors of #bcc8eb

#bcc8eb #c8bceb #bce0eb

Monochromatic Colors of #bcc8eb

#bcc8eb

Complementary Color

#bcc8eb #ebdfbc

#bcc8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc8eb Color CSS Codes

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

#bcc8eb Text Font Color

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

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


#bcc8eb Background Color

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

This div background color is #bcc8eb


#bcc8eb Border Color

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

This div border color is #bcc8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc8eb


Comments

No comments written yet.

Please login to write comment.