Color Hex Logo

#baeadf Color Hex

#BAEADF
(186,234,223)
0 Favorites   0 Comments

Color spaces of #baeadf

RGB 186234223
HSL0.460.530.82
HSV166°21°92°
CMYK 0.210.000.05   0.08
XYZ62.991874.612580.8937
Yxy74.61250.28830.3415
Hunter Lab86.3785-20.99084.9397
CIE-Lab89.2112-17.56460.2584

#baeadf color RGB value is (186,234,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 11011111
Octal 272 352 337
Decimal 186 234 223
Hex BA EA DF

RGB Percentages of Color #baeadf

%28.93
%36.39
%34.68

CMYK Percentages of Color #baeadf

%21
%0
%5
%8

Triadic Colors of #baeadf

#baeadf #dfbaea #eadfba

Analogous Colors of #baeadf

#baeadf #baddea #baeac7

Monochromatic Colors of #baeadf

#baeadf

Complementary Color

#baeadf #eabac5

#baeadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeadf Color CSS Codes

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

#baeadf Text Font Color

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

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


#baeadf Background Color

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

This div background color is #baeadf


#baeadf Border Color

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

This div border color is #baeadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeadf


Comments

No comments written yet.

Please login to write comment.