Color Hex Logo

#baceab Color Hex

#BACEAB
(186,206,171)
0 Favorites   0 Comments

Color spaces of #baceab

RGB 186206171
HSL0.260.260.74
HSV94°17°81°
CMYK 0.100.000.17   0.19
XYZ49.671757.522047.0130
Yxy57.52200.32210.3730
Hunter Lab75.8433-15.821516.3382
CIE-Lab80.4723-13.086915.1672

#baceab color RGB value is (186,206,171).

#baceab hex color red value is 186, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #baceab hue: 0.26 , saturation: 0.26 and the lightness value of baceab is 0.74.

The process color (four color CMYK) of #baceab color hex is 0.10, 0.00, 0.17, 0.19. Web safe color of #baceab is #cccc99. Color #baceab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001110 10101011
Octal 272 316 253
Decimal 186 206 171
Hex BA CE AB

RGB Percentages of Color #baceab

%33.04
%36.59
%30.37

CMYK Percentages of Color #baceab

%10
%0
%17
%19

Triadic Colors of #baceab

#baceab #abbace #ceabba

Analogous Colors of #baceab

#baceab #abceae #ccceab

Monochromatic Colors of #baceab

#baceab

Complementary Color

#baceab #bfabce

#baceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#baceab Color CSS Codes

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

#baceab Text Font Color

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

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


#baceab Background Color

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

This div background color is #baceab


#baceab Border Color

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

This div border color is #baceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baceab


Comments

No comments written yet.

Please login to write comment.