Color Hex Logo

#bae2df Color Hex

#BAE2DF
(186,226,223)
0 Favorites   0 Comments

Color spaces of #bae2df

RGB 186226223
HSL0.490.410.81
HSV176°18°89°
CMYK 0.180.000.01   0.11
XYZ60.765370.159580.1515
Yxy70.15950.28790.3324
Hunter Lab83.7613-17.08791.8980
CIE-Lab87.0750-13.5550-2.8689

#bae2df color RGB value is (186,226,223).

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

The process color (four color CMYK) of #bae2df color hex is 0.18, 0.00, 0.01, 0.11. Web safe color of #bae2df is #cccccc. Color #bae2df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100010 11011111
Octal 272 342 337
Decimal 186 226 223
Hex BA E2 DF

RGB Percentages of Color #bae2df

%29.29
%35.59
%35.12

CMYK Percentages of Color #bae2df

%18
%0
%1
%11

Triadic Colors of #bae2df

#bae2df #dfbae2 #e2dfba

Analogous Colors of #bae2df

#bae2df #bad1e2 #bae2cb

Monochromatic Colors of #bae2df

#bae2df

Complementary Color

#bae2df #e2babd

#bae2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae2df Color CSS Codes

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

#bae2df Text Font Color

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

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


#bae2df Background Color

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

This div background color is #bae2df


#bae2df Border Color

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

This div border color is #bae2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae2df


Comments

No comments written yet.

Please login to write comment.