Color Hex Logo

#bae6ef Color Hex

#BAE6EF
(186,230,239)
0 Favorites   0 Comments

Color spaces of #bae6ef

RGB 186230239
HSL0.530.620.83
HSV190°22°94°
CMYK 0.220.040.00   0.06
XYZ64.126573.264792.4230
Yxy73.26470.27900.3188
Hunter Lab85.5948-16.0610-4.1034
CIE-Lab88.5738-12.2154-9.0669

#bae6ef color RGB value is (186,230,239).

#bae6ef hex color red value is 186, green value is 230 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bae6ef hue: 0.53 , saturation: 0.62 and the lightness value of bae6ef is 0.83.

The process color (four color CMYK) of #bae6ef color hex is 0.22, 0.04, 0.00, 0.06. Web safe color of #bae6ef is #ccffff. Color #bae6ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 11101111
Octal 272 346 357
Decimal 186 230 239
Hex BA E6 EF

RGB Percentages of Color #bae6ef

%28.40
%35.11
%36.49

CMYK Percentages of Color #bae6ef

%22
%4
%0
%6

Triadic Colors of #bae6ef

#bae6ef #efbae6 #e6efba

Analogous Colors of #bae6ef

#bae6ef #baccef #baefde

Monochromatic Colors of #bae6ef

#bae6ef

Complementary Color

#bae6ef #efc3ba

#bae6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae6ef Color CSS Codes

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

#bae6ef Text Font Color

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

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


#bae6ef Background Color

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

This div background color is #bae6ef


#bae6ef Border Color

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

This div border color is #bae6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae6ef


Comments

No comments written yet.

Please login to write comment.