Color Hex Logo

#bae7eb Color Hex

#BAE7EB
(186,231,235)
0 Favorites   0 Comments

Color spaces of #bae7eb

RGB 186231235
HSL0.510.550.83
HSV185°21°92°
CMYK 0.210.020.00   0.08
XYZ63.821073.589189.4377
Yxy73.58910.28130.3244
Hunter Lab85.7841-17.3231-1.7663
CIE-Lab88.7279-13.5772-6.7400

#bae7eb color RGB value is (186,231,235).

#bae7eb hex color red value is 186, green value is 231 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bae7eb hue: 0.51 , saturation: 0.55 and the lightness value of bae7eb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100111 11101011
Octal 272 347 353
Decimal 186 231 235
Hex BA E7 EB

RGB Percentages of Color #bae7eb

%28.53
%35.43
%36.04

CMYK Percentages of Color #bae7eb

%21
%2
%0
%8

Triadic Colors of #bae7eb

#bae7eb #ebbae7 #e7ebba

Analogous Colors of #bae7eb

#bae7eb #bacfeb #baebd7

Monochromatic Colors of #bae7eb

#bae7eb

Complementary Color

#bae7eb #ebbeba

#bae7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae7eb Color CSS Codes

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

#bae7eb Text Font Color

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

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


#bae7eb Background Color

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

This div background color is #bae7eb


#bae7eb Border Color

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

This div border color is #bae7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae7eb


Comments

No comments written yet.

Please login to write comment.