Color Hex Logo

#baeada Color Hex

#BAEADA
(186,234,218)
0 Favorites   0 Comments

Color spaces of #baeada

RGB 186234218
HSL0.440.530.82
HSV160°21°92°
CMYK 0.210.000.07   0.08
XYZ62.327474.346777.3950
Yxy74.34670.29120.3473
Hunter Lab86.2245-21.86427.1386
CIE-Lab89.0861-18.56362.6928

#baeada color RGB value is (186,234,218).

#baeada hex color red value is 186, green value is 234 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #baeada hue: 0.44 , saturation: 0.53 and the lightness value of baeada is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 11011010
Octal 272 352 332
Decimal 186 234 218
Hex BA EA DA

RGB Percentages of Color #baeada

%29.15
%36.68
%34.17

CMYK Percentages of Color #baeada

%21
%0
%7
%8

Triadic Colors of #baeada

#baeada #dabaea #eadaba

Analogous Colors of #baeada

#baeada #bae2ea #baeac2

Monochromatic Colors of #baeada

#baeada

Complementary Color

#baeada #eabaca

#baeada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeada Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeada Color CSS Codes

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

#baeada Text Font Color

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

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


#baeada Background Color

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

This div background color is #baeada


#baeada Border Color

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

This div border color is #baeada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeada


Comments

No comments written yet.

Please login to write comment.