Color Hex Logo

#bae1cc Color Hex

#BAE1CC
(186,225,204)
0 Favorites   0 Comments

Color spaces of #bae1cc

RGB 186225204
HSL0.410.390.81
HSV148°17°88°
CMYK 0.170.000.09   0.12
XYZ58.074068.649267.3165
Yxy68.64920.29930.3538
Hunter Lab82.8548-19.88309.8274
CIE-Lab86.3300-16.79926.0517

#bae1cc color RGB value is (186,225,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 11001100
Octal 272 341 314
Decimal 186 225 204
Hex BA E1 CC

RGB Percentages of Color #bae1cc

%30.24
%36.59
%33.17

CMYK Percentages of Color #bae1cc

%17
%0
%9
%12

Triadic Colors of #bae1cc

#bae1cc #ccbae1 #e1ccba

Analogous Colors of #bae1cc

#bae1cc #bae1e0 #bce1ba

Monochromatic Colors of #bae1cc

#bae1cc

Complementary Color

#bae1cc #e1bacf

#bae1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae1cc Color CSS Codes

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

#bae1cc Text Font Color

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

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


#bae1cc Background Color

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

This div background color is #bae1cc


#bae1cc Border Color

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

This div border color is #bae1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae1cc

#bae1cc Color Palettes


Comments

No comments written yet.

Please login to write comment.