Color Hex Logo

#baaeec Color Hex

#BAAEEC
(186,174,236)
0 Favorites   0 Comments

Color spaces of #baaeec

RGB 186174236
HSL0.700.620.80
HSV252°26°93°
CMYK 0.210.260.00   0.07
XYZ50.526146.767385.7209
Yxy46.76730.27610.2555
Hunter Lab68.386612.2046-26.4479
CIE-Lab74.040716.9317-29.4314

#baaeec color RGB value is (186,174,236).

#baaeec hex color red value is 186, green value is 174 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #baaeec hue: 0.70 , saturation: 0.62 and the lightness value of baaeec is 0.80.

The process color (four color CMYK) of #baaeec color hex is 0.21, 0.26, 0.00, 0.07. Web safe color of #baaeec is #cc99ff. Color #baaeec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 11101100
Octal 272 256 354
Decimal 186 174 236
Hex BA AE EC

RGB Percentages of Color #baaeec

%31.21
%29.19
%39.60

CMYK Percentages of Color #baaeec

%21
%26
%0
%7

Triadic Colors of #baaeec

#baaeec #ecbaae #aeecba

Analogous Colors of #baaeec

#baaeec #d9aeec #aec1ec

Monochromatic Colors of #baaeec

#baaeec

Complementary Color

#baaeec #e0ecae

#baaeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaeec Color CSS Codes

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

#baaeec Text Font Color

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

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


#baaeec Background Color

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

This div background color is #baaeec


#baaeec Border Color

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

This div border color is #baaeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaeec


Comments

No comments written yet.

Please login to write comment.