Color Hex Logo

#bae6dc Color Hex

#BAE6DC
(186,230,220)
0 Favorites   0 Comments

Color spaces of #bae6dc

RGB 186230220
HSL0.460.470.82
HSV166°19°90°
CMYK 0.190.000.04   0.10
XYZ61.464872.200078.4066
Yxy72.20000.28980.3405
Hunter Lab84.9706-19.57784.7696
CIE-Lab88.0648-16.17460.1576

#bae6dc color RGB value is (186,230,220).

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

The process color (four color CMYK) of #bae6dc color hex is 0.19, 0.00, 0.04, 0.10. Web safe color of #bae6dc is #ccffcc. Color #bae6dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 11011100
Octal 272 346 334
Decimal 186 230 220
Hex BA E6 DC

RGB Percentages of Color #bae6dc

%29.25
%36.16
%34.59

CMYK Percentages of Color #bae6dc

%19
%0
%4
%10

Triadic Colors of #bae6dc

#bae6dc #dcbae6 #e6dcba

Analogous Colors of #bae6dc

#bae6dc #badae6 #bae6c6

Monochromatic Colors of #bae6dc

#bae6dc

Complementary Color

#bae6dc #e6bac4

#bae6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae6dc Color CSS Codes

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

#bae6dc Text Font Color

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

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


#bae6dc Background Color

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

This div background color is #bae6dc


#bae6dc Border Color

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

This div border color is #bae6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae6dc


Comments

No comments written yet.

Please login to write comment.