Color Hex Logo

#baeedb Color Hex

#BAEEDB
(186,238,219)
0 Favorites   0 Comments

Color spaces of #baeedb

RGB 186238219
HSL0.440.600.83
HSV158°22°93°
CMYK 0.220.000.08   0.07
XYZ63.610476.702678.4703
Yxy76.70260.29070.3506
Hunter Lab87.5800-23.61848.1831
CIE-Lab90.1846-20.33793.7638

#baeedb color RGB value is (186,238,219).

#baeedb hex color red value is 186, green value is 238 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #baeedb hue: 0.44 , saturation: 0.60 and the lightness value of baeedb is 0.83.

The process color (four color CMYK) of #baeedb color hex is 0.22, 0.00, 0.08, 0.07. Web safe color of #baeedb is #ccffcc. Color #baeedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101110 11011011
Octal 272 356 333
Decimal 186 238 219
Hex BA EE DB

RGB Percentages of Color #baeedb

%28.93
%37.01
%34.06

CMYK Percentages of Color #baeedb

%22
%0
%8
%7

Triadic Colors of #baeedb

#baeedb #dbbaee #eedbba

Analogous Colors of #baeedb

#baeedb #bae7ee #baeec1

Monochromatic Colors of #baeedb

#baeedb

Complementary Color

#baeedb #eebacd

#baeedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeedb Color CSS Codes

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

#baeedb Text Font Color

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

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


#baeedb Background Color

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

This div background color is #baeedb


#baeedb Border Color

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

This div border color is #baeedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeedb


Comments

No comments written yet.

Please login to write comment.