Color Hex Logo

#baaee8 Color Hex

#BAAEE8
(186,174,232)
0 Favorites   0 Comments

Color spaces of #baaee8

RGB 186174232
HSL0.700.560.80
HSV252°25°91°
CMYK 0.200.250.00   0.09
XYZ49.951246.537482.6938
Yxy46.53740.27880.2597
Hunter Lab68.218311.3202-24.1181
CIE-Lab73.892916.0266-27.4862

#baaee8 color RGB value is (186,174,232).

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

The process color (four color CMYK) of #baaee8 color hex is 0.20, 0.25, 0.00, 0.09. Web safe color of #baaee8 is #cc99ff. Color #baaee8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 11101000
Octal 272 256 350
Decimal 186 174 232
Hex BA AE E8

RGB Percentages of Color #baaee8

%31.42
%29.39
%39.19

CMYK Percentages of Color #baaee8

%20
%25
%0
%9

Triadic Colors of #baaee8

#baaee8 #e8baae #aee8ba

Analogous Colors of #baaee8

#baaee8 #d7aee8 #aebfe8

Monochromatic Colors of #baaee8

#baaee8

Complementary Color

#baaee8 #dce8ae

#baaee8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaee8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaee8 Color CSS Codes

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

#baaee8 Text Font Color

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

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


#baaee8 Background Color

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

This div background color is #baaee8


#baaee8 Border Color

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

This div border color is #baaee8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaee8


Comments

No comments written yet.

Please login to write comment.