Color Hex Logo

#baeaac Color Hex

#BAEAAC
(186,234,172)
0 Favorites   0 Comments

Color spaces of #baeaac

RGB 186234172
HSL0.300.600.80
HSV106°26°92°
CMYK 0.210.000.26   0.08
XYZ57.118972.263349.9675
Yxy72.26330.31850.4029
Hunter Lab85.0078-28.825024.6549
CIE-Lab88.0952-26.746325.2076

#baeaac color RGB value is (186,234,172).

#baeaac hex color red value is 186, green value is 234 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #baeaac hue: 0.30 , saturation: 0.60 and the lightness value of baeaac is 0.80.

The process color (four color CMYK) of #baeaac color hex is 0.21, 0.00, 0.26, 0.08. Web safe color of #baeaac is #ccff99. Color #baeaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 10101100
Octal 272 352 254
Decimal 186 234 172
Hex BA EA AC

RGB Percentages of Color #baeaac

%31.42
%39.53
%29.05

CMYK Percentages of Color #baeaac

%21
%0
%26
%8

Triadic Colors of #baeaac

#baeaac #acbaea #eaacba

Analogous Colors of #baeaac

#baeaac #aceabd #d9eaac

Monochromatic Colors of #baeaac

#baeaac

Complementary Color

#baeaac #dcacea

#baeaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeaac Color CSS Codes

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

#baeaac Text Font Color

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

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


#baeaac Background Color

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

This div background color is #baeaac


#baeaac Border Color

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

This div border color is #baeaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeaac


Comments

No comments written yet.

Please login to write comment.