Color Hex Logo

#bae0ec Color Hex

#BAE0EC
(186,224,236)
0 Favorites   0 Comments

Color spaces of #bae0ec

RGB 186224236
HSL0.540.570.83
HSV194°21°93°
CMYK 0.210.050.00   0.07
XYZ62.045769.806589.5607
Yxy69.80650.28020.3153
Hunter Lab83.5503-13.6562-5.0700
CIE-Lab86.9019-9.8043-9.9742

#bae0ec color RGB value is (186,224,236).

#bae0ec hex color red value is 186, green value is 224 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bae0ec hue: 0.54 , saturation: 0.57 and the lightness value of bae0ec is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 11101100
Octal 272 340 354
Decimal 186 224 236
Hex BA E0 EC

RGB Percentages of Color #bae0ec

%28.79
%34.67
%36.53

CMYK Percentages of Color #bae0ec

%21
%5
%0
%7

Triadic Colors of #bae0ec

#bae0ec #ecbae0 #e0ecba

Analogous Colors of #bae0ec

#bae0ec #bac7ec #baecdf

Monochromatic Colors of #bae0ec

#bae0ec

Complementary Color

#bae0ec #ecc6ba

#bae0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae0ec Color CSS Codes

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

#bae0ec Text Font Color

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

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


#bae0ec Background Color

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

This div background color is #bae0ec


#bae0ec Border Color

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

This div border color is #bae0ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,224,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae0ec


Comments

No comments written yet.

Please login to write comment.