Color Hex Logo

#bace9f Color Hex

#BACE9F
(186,206,159)
0 Favorites   0 Comments

Color spaces of #bace9f

RGB 186206159
HSL0.240.320.72
HSV86°23°81°
CMYK 0.100.000.23   0.19
XYZ48.579057.084941.2590
Yxy57.08490.33060.3885
Hunter Lab75.5545-17.451020.5110
CIE-Lab80.2273-15.006121.1822

#bace9f color RGB value is (186,206,159).

#bace9f hex color red value is 186, green value is 206 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bace9f hue: 0.24 , saturation: 0.32 and the lightness value of bace9f is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001110 10011111
Octal 272 316 237
Decimal 186 206 159
Hex BA CE 9F

RGB Percentages of Color #bace9f

%33.76
%37.39
%28.86

CMYK Percentages of Color #bace9f

%10
%0
%23
%19

Triadic Colors of #bace9f

#bace9f #9fbace #ce9fba

Analogous Colors of #bace9f

#bace9f #a3ce9f #cecb9f

Monochromatic Colors of #bace9f

#bace9f

Complementary Color

#bace9f #b39fce

#bace9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bace9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bace9f Color CSS Codes

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

#bace9f Text Font Color

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

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


#bace9f Background Color

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

This div background color is #bace9f


#bace9f Border Color

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

This div border color is #bace9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bace9f


Comments

No comments written yet.

Please login to write comment.