Color Hex Logo

#bce5ea Color Hex

#BCE5EA
(188,229,234)
0 Favorites   0 Comments

Color spaces of #bce5ea

RGB 188229234
HSL0.520.520.83
HSV187°20°92°
CMYK 0.200.020.00   0.08
XYZ63.609672.670588.5161
Yxy72.67050.28300.3233
Hunter Lab85.2470-15.9891-1.8908
CIE-Lab88.2903-12.1750-6.8489

#bce5ea color RGB value is (188,229,234).

#bce5ea hex color red value is 188, green value is 229 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bce5ea hue: 0.52 , saturation: 0.52 and the lightness value of bce5ea is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100101 11101010
Octal 274 345 352
Decimal 188 229 234
Hex BC E5 EA

RGB Percentages of Color #bce5ea

%28.88
%35.18
%35.94

CMYK Percentages of Color #bce5ea

%20
%2
%0
%8

Triadic Colors of #bce5ea

#bce5ea #eabce5 #e5eabc

Analogous Colors of #bce5ea

#bce5ea #bcceea #bcead8

Monochromatic Colors of #bce5ea

#bce5ea

Complementary Color

#bce5ea #eac1bc

#bce5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce5ea Color CSS Codes

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

#bce5ea Text Font Color

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

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


#bce5ea Background Color

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

This div background color is #bce5ea


#bce5ea Border Color

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

This div border color is #bce5ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce5ea


Comments

No comments written yet.

Please login to write comment.