Color Hex Logo

#baeaed Color Hex

#BAEAED
(186,234,237)
0 Favorites   0 Comments

Color spaces of #baeaed

RGB 186234237
HSL0.510.590.83
HSV184°22°93°
CMYK 0.220.010.00   0.07
XYZ64.958675.399291.2506
Yxy75.39920.28050.3255
Hunter Lab86.8327-18.4234-1.5237
CIE-Lab89.5797-14.6623-6.5286

#baeaed color RGB value is (186,234,237).

#baeaed hex color red value is 186, green value is 234 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #baeaed hue: 0.51 , saturation: 0.59 and the lightness value of baeaed is 0.83.

The process color (four color CMYK) of #baeaed color hex is 0.22, 0.01, 0.00, 0.07. Web safe color of #baeaed is #ccffff. Color #baeaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 11101101
Octal 272 352 355
Decimal 186 234 237
Hex BA EA ED

RGB Percentages of Color #baeaed

%28.31
%35.62
%36.07

CMYK Percentages of Color #baeaed

%22
%1
%0
%7

Triadic Colors of #baeaed

#baeaed #edbaea #eaedba

Analogous Colors of #baeaed

#baeaed #bad1ed #baedd7

Monochromatic Colors of #baeaed

#baeaed

Complementary Color

#baeaed #edbdba

#baeaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeaed Color CSS Codes

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

#baeaed Text Font Color

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

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


#baeaed Background Color

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

This div background color is #baeaed


#baeaed Border Color

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

This div border color is #baeaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeaed


Comments

No comments written yet.

Please login to write comment.