Color Hex Logo

#bae9ec Color Hex

#BAE9EC
(186,233,236)
0 Favorites   0 Comments

Color spaces of #bae9ec

RGB 186233236
HSL0.510.570.83
HSV184°21°93°
CMYK 0.210.010.00   0.07
XYZ64.528974.773190.3885
Yxy74.77310.28090.3255
Hunter Lab86.4714-18.1202-1.4458
CIE-Lab89.2866-14.3724-6.4381

#bae9ec color RGB value is (186,233,236).

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

The process color (four color CMYK) of #bae9ec color hex is 0.21, 0.01, 0.00, 0.07. Web safe color of #bae9ec is #ccffff. Color #bae9ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101001 11101100
Octal 272 351 354
Decimal 186 233 236
Hex BA E9 EC

RGB Percentages of Color #bae9ec

%28.40
%35.57
%36.03

CMYK Percentages of Color #bae9ec

%21
%1
%0
%7

Triadic Colors of #bae9ec

#bae9ec #ecbae9 #e9ecba

Analogous Colors of #bae9ec

#bae9ec #bad0ec #baecd6

Monochromatic Colors of #bae9ec

#bae9ec

Complementary Color

#bae9ec #ecbdba

#bae9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae9ec Color CSS Codes

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

#bae9ec Text Font Color

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

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


#bae9ec Background Color

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

This div background color is #bae9ec


#bae9ec Border Color

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

This div border color is #bae9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae9ec


Comments

No comments written yet.

Please login to write comment.