Color Hex Logo

#baafae Color Hex

#BAAFAE
(186,175,174)
0 Favorites   0 Comments

Color spaces of #baafae

RGB 186175174
HSL0.010.080.71
HSV73°
CMYK 0.000.060.06   0.27
XYZ43.219744.155046.2893
Yxy44.15500.32330.3303
Hunter Lab66.4492-0.18675.2124
CIE-Lab72.33203.74821.9119

#baafae color RGB value is (186,175,174).

#baafae hex color red value is 186, green value is 175 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #baafae hue: 0.01 , saturation: 0.08 and the lightness value of baafae is 0.71.

The process color (four color CMYK) of #baafae color hex is 0.00, 0.06, 0.06, 0.27. Web safe color of #baafae is #cc9999. Color #baafae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 10101110
Octal 272 257 256
Decimal 186 175 174
Hex BA AF AE

RGB Percentages of Color #baafae

%34.77
%32.71
%32.52

CMYK Percentages of Color #baafae

%0
%6
%6
%27

Triadic Colors of #baafae

#baafae #aebaaf #afaeba

Analogous Colors of #baafae

#baafae #bab5ae #baaeb3

Monochromatic Colors of #baafae

#baafae

Complementary Color

#baafae #aeb9ba

#baafae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baafae Color Preview on White Background

Lorem ipsum dolor sit amet.

#baafae Color CSS Codes

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

#baafae Text Font Color

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

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


#baafae Background Color

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

This div background color is #baafae


#baafae Border Color

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

This div border color is #baafae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baafae


Comments

No comments written yet.

Please login to write comment.