Color Hex Logo

#bae8ce Color Hex

#BAE8CE
(186,232,206)
0 Favorites   0 Comments

Color spaces of #bae8ce

RGB 186232206
HSL0.410.500.82
HSV146°20°91°
CMYK 0.200.000.11   0.09
XYZ60.246972.608669.2320
Yxy72.60860.29810.3593
Hunter Lab85.2107-22.913011.4755
CIE-Lab88.2607-19.89417.7795

#bae8ce color RGB value is (186,232,206).

#bae8ce hex color red value is 186, green value is 232 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bae8ce hue: 0.41 , saturation: 0.50 and the lightness value of bae8ce is 0.82.

The process color (four color CMYK) of #bae8ce color hex is 0.20, 0.00, 0.11, 0.09. Web safe color of #bae8ce is #ccffcc. Color #bae8ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101000 11001110
Octal 272 350 316
Decimal 186 232 206
Hex BA E8 CE

RGB Percentages of Color #bae8ce

%29.81
%37.18
%33.01

CMYK Percentages of Color #bae8ce

%20
%0
%11
%9

Triadic Colors of #bae8ce

#bae8ce #cebae8 #e8ceba

Analogous Colors of #bae8ce

#bae8ce #bae8e5 #bde8ba

Monochromatic Colors of #bae8ce

#bae8ce

Complementary Color

#bae8ce #e8bad4

#bae8ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae8ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae8ce Color CSS Codes

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

#bae8ce Text Font Color

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

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


#bae8ce Background Color

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

This div background color is #bae8ce


#bae8ce Border Color

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

This div border color is #bae8ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae8ce


Comments

No comments written yet.

Please login to write comment.