Color Hex Logo

#bae1df Color Hex

#BAE1DF
(186,225,223)
0 Favorites   0 Comments

Color spaces of #bae1df

RGB 186225223
HSL0.490.390.81
HSV177°17°88°
CMYK 0.170.000.01   0.12
XYZ60.494269.617280.0611
Yxy69.61720.28780.3312
Hunter Lab83.4369-16.59691.5147
CIE-Lab86.8088-13.0488-3.2601

#bae1df color RGB value is (186,225,223).

#bae1df hex color red value is 186, green value is 225 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bae1df hue: 0.49 , saturation: 0.39 and the lightness value of bae1df is 0.81.

The process color (four color CMYK) of #bae1df color hex is 0.17, 0.00, 0.01, 0.12. Web safe color of #bae1df is #cccccc. Color #bae1df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 11011111
Octal 272 341 337
Decimal 186 225 223
Hex BA E1 DF

RGB Percentages of Color #bae1df

%29.34
%35.49
%35.17

CMYK Percentages of Color #bae1df

%17
%0
%1
%12

Triadic Colors of #bae1df

#bae1df #dfbae1 #e1dfba

Analogous Colors of #bae1df

#bae1df #bad0e1 #bae1cc

Monochromatic Colors of #bae1df

#bae1df

Complementary Color

#bae1df #e1babc

#bae1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae1df Color CSS Codes

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

#bae1df Text Font Color

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

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


#bae1df Background Color

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

This div background color is #bae1df


#bae1df Border Color

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

This div border color is #bae1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae1df


Comments

No comments written yet.

Please login to write comment.