Color Hex Logo

#bae7cc Color Hex

#BAE7CC
(186,231,204)
0 Favorites   0 Comments

Color spaces of #bae7cc

RGB 186231204
HSL0.400.480.82
HSV144°19°91°
CMYK 0.190.000.12   0.09
XYZ59.724771.950667.8668
Yxy71.95060.29930.3606
Hunter Lab84.8237-22.758911.9391
CIE-Lab87.9448-19.77708.3727

#bae7cc color RGB value is (186,231,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100111 11001100
Octal 272 347 314
Decimal 186 231 204
Hex BA E7 CC

RGB Percentages of Color #bae7cc

%29.95
%37.20
%32.85

CMYK Percentages of Color #bae7cc

%19
%0
%12
%9

Triadic Colors of #bae7cc

#bae7cc #ccbae7 #e7ccba

Analogous Colors of #bae7cc

#bae7cc #bae7e3 #bfe7ba

Monochromatic Colors of #bae7cc

#bae7cc

Complementary Color

#bae7cc #e7bad5

#bae7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae7cc Color CSS Codes

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

#bae7cc Text Font Color

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

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


#bae7cc Background Color

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

This div background color is #bae7cc


#bae7cc Border Color

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

This div border color is #bae7cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae7cc


Comments

No comments written yet.

Please login to write comment.