Color Hex Logo

#bae0ea Color Hex

#BAE0EA
(186,224,234)
0 Favorites   0 Comments

Color spaces of #bae0ea

RGB 186224234
HSL0.530.530.82
HSV193°21°92°
CMYK 0.210.040.00   0.08
XYZ61.756669.690988.0387
Yxy69.69090.28140.3175
Hunter Lab83.4811-14.0434-4.0902
CIE-Lab86.8450-10.2340-9.0046

#bae0ea color RGB value is (186,224,234).

#bae0ea hex color red value is 186, green value is 224 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bae0ea hue: 0.53 , saturation: 0.53 and the lightness value of bae0ea is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 11101010
Octal 272 340 352
Decimal 186 224 234
Hex BA E0 EA

RGB Percentages of Color #bae0ea

%28.88
%34.78
%36.34

CMYK Percentages of Color #bae0ea

%21
%4
%0
%8

Triadic Colors of #bae0ea

#bae0ea #eabae0 #e0eaba

Analogous Colors of #bae0ea

#bae0ea #bac8ea #baeadc

Monochromatic Colors of #bae0ea

#bae0ea

Complementary Color

#bae0ea #eac4ba

#bae0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae0ea Color CSS Codes

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

#bae0ea Text Font Color

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

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


#bae0ea Background Color

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

This div background color is #bae0ea


#bae0ea Border Color

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

This div border color is #bae0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae0ea


Comments

No comments written yet.

Please login to write comment.