Color Hex Logo

#bce5ee Color Hex

#BCE5EE
(188,229,238)
0 Favorites   0 Comments

Color spaces of #bce5ee

RGB 188229238
HSL0.530.600.84
HSV191°21°93°
CMYK 0.210.040.00   0.07
XYZ64.191072.903091.5774
Yxy72.90300.28070.3188
Hunter Lab85.3833-15.2247-3.8229
CIE-Lab88.4014-11.3254-8.7848

#bce5ee color RGB value is (188,229,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100101 11101110
Octal 274 345 356
Decimal 188 229 238
Hex BC E5 EE

RGB Percentages of Color #bce5ee

%28.70
%34.96
%36.34

CMYK Percentages of Color #bce5ee

%21
%4
%0
%7

Triadic Colors of #bce5ee

#bce5ee #eebce5 #e5eebc

Analogous Colors of #bce5ee

#bce5ee #bcccee #bceede

Monochromatic Colors of #bce5ee

#bce5ee

Complementary Color

#bce5ee #eec5bc

#bce5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce5ee Color CSS Codes

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

#bce5ee Text Font Color

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

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


#bce5ee Background Color

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

This div background color is #bce5ee


#bce5ee Border Color

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

This div border color is #bce5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce5ee


Comments

No comments written yet.

Please login to write comment.