Color Hex Logo

#baeee5 Color Hex

#BAEEE5
(186,238,229)
0 Favorites   0 Comments

Color spaces of #baeee5

RGB 186238229
HSL0.470.600.83
HSV170°22°93°
CMYK 0.220.000.04   0.07
XYZ64.967177.245385.6144
Yxy77.24530.28520.3391
Hunter Lab87.8893-21.86053.7672
CIE-Lab90.4344-18.3273-1.0898

#baeee5 color RGB value is (186,238,229).

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

The process color (four color CMYK) of #baeee5 color hex is 0.22, 0.00, 0.04, 0.07. Web safe color of #baeee5 is #ccffcc. Color #baeee5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101110 11100101
Octal 272 356 345
Decimal 186 238 229
Hex BA EE E5

RGB Percentages of Color #baeee5

%28.48
%36.45
%35.07

CMYK Percentages of Color #baeee5

%22
%0
%4
%7

Triadic Colors of #baeee5

#baeee5 #e5baee #eee5ba

Analogous Colors of #baeee5

#baeee5 #baddee #baeecb

Monochromatic Colors of #baeee5

#baeee5

Complementary Color

#baeee5 #eebac3

#baeee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeee5 Color CSS Codes

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

#baeee5 Text Font Color

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

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


#baeee5 Background Color

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

This div background color is #baeee5


#baeee5 Border Color

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

This div border color is #baeee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeee5


Comments

No comments written yet.

Please login to write comment.