Color Hex Logo

#bae6df Color Hex

#BAE6DF
(186,230,223)
0 Favorites   0 Comments

Color spaces of #bae6df

RGB 186230223
HSL0.470.470.82
HSV170°19°90°
CMYK 0.190.000.03   0.10
XYZ61.865872.360480.5183
Yxy72.36040.28810.3370
Hunter Lab85.0649-19.04463.4244
CIE-Lab88.1418-15.5683-1.3048

#bae6df color RGB value is (186,230,223).

#bae6df hex color red value is 186, green value is 230 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bae6df hue: 0.47 , saturation: 0.47 and the lightness value of bae6df is 0.82.

The process color (four color CMYK) of #bae6df color hex is 0.19, 0.00, 0.03, 0.10. Web safe color of #bae6df is #ccffcc. Color #bae6df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 11011111
Octal 272 346 337
Decimal 186 230 223
Hex BA E6 DF

RGB Percentages of Color #bae6df

%29.11
%35.99
%34.90

CMYK Percentages of Color #bae6df

%19
%0
%3
%10

Triadic Colors of #bae6df

#bae6df #dfbae6 #e6dfba

Analogous Colors of #bae6df

#bae6df #bad7e6 #bae6c9

Monochromatic Colors of #bae6df

#bae6df

Complementary Color

#bae6df #e6bac1

#bae6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae6df Color CSS Codes

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

#bae6df Text Font Color

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

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


#bae6df Background Color

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

This div background color is #bae6df


#bae6df Border Color

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

This div border color is #bae6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae6df


Comments

No comments written yet.

Please login to write comment.