Color Hex Logo

#bcceee Color Hex

#BCCEEE
(188,206,238)
0 Favorites   0 Comments

Color spaces of #bcceee

RGB 188206238
HSL0.610.600.84
HSV218°21°93°
CMYK 0.210.130.00   0.07
XYZ58.243061.007089.5947
Yxy61.00700.27890.2921
Hunter Lab78.1070-3.5829-13.3353
CIE-Lab82.38250.6272-17.7899

#bcceee color RGB value is (188,206,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 11101110
Octal 274 316 356
Decimal 188 206 238
Hex BC CE EE

RGB Percentages of Color #bcceee

%29.75
%32.59
%37.66

CMYK Percentages of Color #bcceee

%21
%13
%0
%7

Triadic Colors of #bcceee

#bcceee #eebcce #ceeebc

Analogous Colors of #bcceee

#bcceee #c3bcee #bce7ee

Monochromatic Colors of #bcceee

#bcceee

Complementary Color

#bcceee #eedcbc

#bcceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcceee Color CSS Codes

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

#bcceee Text Font Color

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

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


#bcceee Background Color

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

This div background color is #bcceee


#bcceee Border Color

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

This div border color is #bcceee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcceee


Comments

No comments written yet.

Please login to write comment.