Color Hex Logo

#bae4ce Color Hex

#BAE4CE
(186,228,206)
0 Favorites   0 Comments

Color spaces of #bae4ce

RGB 186228206
HSL0.410.440.81
HSV149°18°89°
CMYK 0.180.000.10   0.11
XYZ59.133770.382168.8610
Yxy70.38210.29810.3548
Hunter Lab83.8940-20.996710.0601
CIE-Lab87.1839-17.91466.2307

#bae4ce color RGB value is (186,228,206).

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

The process color (four color CMYK) of #bae4ce color hex is 0.18, 0.00, 0.10, 0.11. Web safe color of #bae4ce is #cccccc. Color #bae4ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100100 11001110
Octal 272 344 316
Decimal 186 228 206
Hex BA E4 CE

RGB Percentages of Color #bae4ce

%30.00
%36.77
%33.23

CMYK Percentages of Color #bae4ce

%18
%0
%10
%11

Triadic Colors of #bae4ce

#bae4ce #cebae4 #e4ceba

Analogous Colors of #bae4ce

#bae4ce #bae4e3 #bbe4ba

Monochromatic Colors of #bae4ce

#bae4ce

Complementary Color

#bae4ce #e4bad0

#bae4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae4ce Color CSS Codes

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

#bae4ce Text Font Color

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

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


#bae4ce Background Color

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

This div background color is #bae4ce


#bae4ce Border Color

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

This div border color is #bae4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae4ce


Comments

No comments written yet.

Please login to write comment.