Color Hex Logo

#baeaea Color Hex

#BAEAEA
(186,234,234)
0 Favorites   0 Comments

Color spaces of #baeaea

RGB 186234234
HSL0.500.530.82
HSV180°21°92°
CMYK 0.210.000.00   0.08
XYZ64.523875.225388.9611
Yxy75.22530.28210.3289
Hunter Lab86.7325-18.9886-0.1007
CIE-Lab89.4984-15.2970-5.0782

#baeaea color RGB value is (186,234,234).

#baeaea hex color red value is 186, green value is 234 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #baeaea hue: 0.50 , saturation: 0.53 and the lightness value of baeaea is 0.82.

The process color (four color CMYK) of #baeaea color hex is 0.21, 0.00, 0.00, 0.08. Web safe color of #baeaea is #ccffff. Color #baeaea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 11101010
Octal 272 352 352
Decimal 186 234 234
Hex BA EA EA

RGB Percentages of Color #baeaea

%28.44
%35.78
%35.78

CMYK Percentages of Color #baeaea

%21
%0
%0
%8

Triadic Colors of #baeaea

#baeaea #eabaea #eaeaba

Analogous Colors of #baeaea

#baeaea #bad2ea #baead2

Monochromatic Colors of #baeaea

#baeaea

Complementary Color

#baeaea #eababa

#baeaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeaea Color CSS Codes

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

#baeaea Text Font Color

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

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


#baeaea Background Color

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

This div background color is #baeaea


#baeaea Border Color

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

This div border color is #baeaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeaea


Comments

No comments written yet.

Please login to write comment.