Color Hex Logo

#bae9df Color Hex

#BAE9DF
(186,233,223)
0 Favorites   0 Comments

Color spaces of #bae9df

RGB 186233223
HSL0.460.520.82
HSV167°20°91°
CMYK 0.200.000.04   0.09
XYZ62.707974.044680.7990
Yxy74.04460.28820.3404
Hunter Lab86.0492-20.50514.5619
CIE-Lab88.9436-17.0670-0.1323

#bae9df color RGB value is (186,233,223).

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

The process color (four color CMYK) of #bae9df color hex is 0.20, 0.00, 0.04, 0.09. Web safe color of #bae9df is #ccffcc. Color #bae9df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101001 11011111
Octal 272 351 337
Decimal 186 233 223
Hex BA E9 DF

RGB Percentages of Color #bae9df

%28.97
%36.29
%34.74

CMYK Percentages of Color #bae9df

%20
%0
%4
%9

Triadic Colors of #bae9df

#bae9df #dfbae9 #e9dfba

Analogous Colors of #bae9df

#bae9df #badce9 #bae9c8

Monochromatic Colors of #bae9df

#bae9df

Complementary Color

#bae9df #e9bac4

#bae9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae9df Color CSS Codes

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

#bae9df Text Font Color

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

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


#bae9df Background Color

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

This div background color is #bae9df


#bae9df Border Color

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

This div border color is #bae9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae9df


Comments

No comments written yet.

Please login to write comment.