Color Hex Logo

#bae7dc Color Hex

#BAE7DC
(186,231,220)
0 Favorites   0 Comments

Color spaces of #bae7dc

RGB 186231220
HSL0.460.480.82
HSV165°19°91°
CMYK 0.190.000.05   0.09
XYZ61.743972.758278.4996
Yxy72.75820.28990.3416
Hunter Lab85.2984-20.06375.1447
CIE-Lab88.3323-16.67420.5479

#bae7dc color RGB value is (186,231,220).

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

The process color (four color CMYK) of #bae7dc color hex is 0.19, 0.00, 0.05, 0.09. Web safe color of #bae7dc is #ccffcc. Color #bae7dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100111 11011100
Octal 272 347 334
Decimal 186 231 220
Hex BA E7 DC

RGB Percentages of Color #bae7dc

%29.20
%36.26
%34.54

CMYK Percentages of Color #bae7dc

%19
%0
%5
%9

Triadic Colors of #bae7dc

#bae7dc #dcbae7 #e7dcba

Analogous Colors of #bae7dc

#bae7dc #badce7 #bae7c6

Monochromatic Colors of #bae7dc

#bae7dc

Complementary Color

#bae7dc #e7bac5

#bae7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae7dc Color CSS Codes

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

#bae7dc Text Font Color

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

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


#bae7dc Background Color

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

This div background color is #bae7dc


#bae7dc Border Color

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

This div border color is #bae7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae7dc


Comments

No comments written yet.

Please login to write comment.