Color Hex Logo

#bae6db Color Hex

#BAE6DB
(186,230,219)
0 Favorites   0 Comments

Color spaces of #bae6db

RGB 186230219
HSL0.460.470.82
HSV165°19°90°
CMYK 0.190.000.05   0.10
XYZ61.332772.147277.7111
Yxy72.14720.29040.3416
Hunter Lab84.9395-19.75375.2133
CIE-Lab88.0394-16.37520.6454

#bae6db color RGB value is (186,230,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 11011011
Octal 272 346 333
Decimal 186 230 219
Hex BA E6 DB

RGB Percentages of Color #bae6db

%29.29
%36.22
%34.49

CMYK Percentages of Color #bae6db

%19
%0
%5
%10

Triadic Colors of #bae6db

#bae6db #dbbae6 #e6dbba

Analogous Colors of #bae6db

#bae6db #badbe6 #bae6c5

Monochromatic Colors of #bae6db

#bae6db

Complementary Color

#bae6db #e6bac5

#bae6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae6db Color CSS Codes

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

#bae6db Text Font Color

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

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


#bae6db Background Color

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

This div background color is #bae6db


#bae6db Border Color

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

This div border color is #bae6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae6db


Comments

No comments written yet.

Please login to write comment.