Color Hex Logo

#baeeea Color Hex

#BAEEEA
(186,238,234)
0 Favorites   0 Comments

Color spaces of #baeeea

RGB 186238234
HSL0.490.600.83
HSV175°22°93°
CMYK 0.220.000.02   0.07
XYZ65.675577.528789.3450
Yxy77.52870.28240.3334
Hunter Lab88.0504-20.94761.4735
CIE-Lab90.5644-17.2926-3.5089

#baeeea color RGB value is (186,238,234).

#baeeea hex color red value is 186, green value is 238 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #baeeea hue: 0.49 , saturation: 0.60 and the lightness value of baeeea is 0.83.

The process color (four color CMYK) of #baeeea color hex is 0.22, 0.00, 0.02, 0.07. Web safe color of #baeeea is #ccffff. Color #baeeea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101110 11101010
Octal 272 356 352
Decimal 186 238 234
Hex BA EE EA

RGB Percentages of Color #baeeea

%28.27
%36.17
%35.56

CMYK Percentages of Color #baeeea

%22
%0
%2
%7

Triadic Colors of #baeeea

#baeeea #eabaee #eeeaba

Analogous Colors of #baeeea

#baeeea #bad8ee #baeed0

Monochromatic Colors of #baeeea

#baeeea

Complementary Color

#baeeea #eebabe

#baeeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeeea Color CSS Codes

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

#baeeea Text Font Color

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

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


#baeeea Background Color

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

This div background color is #baeeea


#baeeea Border Color

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

This div border color is #baeeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeeea

#baeeea Color Palettes


Comments

No comments written yet.

Please login to write comment.