Color Hex Logo

#bae4ec Color Hex

#BAE4EC
(186,228,236)
0 Favorites   0 Comments

Color spaces of #bae4ec

RGB 186228236
HSL0.530.570.83
HSV190°21°93°
CMYK 0.210.030.00   0.07
XYZ63.133471.982089.9233
Yxy71.98200.28050.3199
Hunter Lab84.8422-15.6471-3.4513
CIE-Lab87.9599-11.8449-8.4025

#bae4ec color RGB value is (186,228,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100100 11101100
Octal 272 344 354
Decimal 186 228 236
Hex BA E4 EC

RGB Percentages of Color #bae4ec

%28.62
%35.08
%36.31

CMYK Percentages of Color #bae4ec

%21
%3
%0
%7

Triadic Colors of #bae4ec

#bae4ec #ecbae4 #e4ecba

Analogous Colors of #bae4ec

#bae4ec #bacbec #baecdb

Monochromatic Colors of #bae4ec

#bae4ec

Complementary Color

#bae4ec #ecc2ba

#bae4ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae4ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae4ec Color CSS Codes

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

#bae4ec Text Font Color

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

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


#bae4ec Background Color

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

This div background color is #bae4ec


#bae4ec Border Color

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

This div border color is #bae4ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae4ec

#bae4ec Color Palettes


Comments

No comments written yet.

Please login to write comment.