Color Hex Logo

#bae2ec Color Hex

#BAE2EC
(186,226,236)
0 Favorites   0 Comments

Color spaces of #bae2ec

RGB 186226236
HSL0.530.570.83
HSV192°21°93°
CMYK 0.210.040.00   0.07
XYZ62.586470.887989.7410
Yxy70.88790.28040.3176
Hunter Lab84.1950-14.6530-4.2591
CIE-Lab87.4305-10.8266-9.1884

#bae2ec color RGB value is (186,226,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100010 11101100
Octal 272 342 354
Decimal 186 226 236
Hex BA E2 EC

RGB Percentages of Color #bae2ec

%28.70
%34.88
%36.42

CMYK Percentages of Color #bae2ec

%21
%4
%0
%7

Triadic Colors of #bae2ec

#bae2ec #ecbae2 #e2ecba

Analogous Colors of #bae2ec

#bae2ec #bac9ec #baecdd

Monochromatic Colors of #bae2ec

#bae2ec

Complementary Color

#bae2ec #ecc4ba

#bae2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae2ec Color CSS Codes

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

#bae2ec Text Font Color

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

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


#bae2ec Background Color

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

This div background color is #bae2ec


#bae2ec Border Color

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

This div border color is #bae2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae2ec


Comments

No comments written yet.

Please login to write comment.