Color Hex Logo

#bae0db Color Hex

#BAE0DB
(186,224,219)
0 Favorites   0 Comments

Color spaces of #bae0db

RGB 186224219
HSL0.480.380.80
HSV172°17°88°
CMYK 0.170.000.02   0.12
XYZ59.691568.864977.1640
Yxy68.86490.29020.3347
Hunter Lab82.9849-16.82752.9582
CIE-Lab86.4371-13.3576-1.6967

#bae0db color RGB value is (186,224,219).

#bae0db hex color red value is 186, green value is 224 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bae0db hue: 0.48 , saturation: 0.38 and the lightness value of bae0db is 0.80.

The process color (four color CMYK) of #bae0db color hex is 0.17, 0.00, 0.02, 0.12. Web safe color of #bae0db is #cccccc. Color #bae0db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 11011011
Octal 272 340 333
Decimal 186 224 219
Hex BA E0 DB

RGB Percentages of Color #bae0db

%29.57
%35.61
%34.82

CMYK Percentages of Color #bae0db

%17
%0
%2
%12

Triadic Colors of #bae0db

#bae0db #dbbae0 #e0dbba

Analogous Colors of #bae0db

#bae0db #bad2e0 #bae0c8

Monochromatic Colors of #bae0db

#bae0db

Complementary Color

#bae0db #e0babf

#bae0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae0db Color CSS Codes

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

#bae0db Text Font Color

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

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


#bae0db Background Color

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

This div background color is #bae0db


#bae0db Border Color

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

This div border color is #bae0db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,224,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 #bae0db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae0db


Comments

No comments written yet.

Please login to write comment.