Color Hex Logo

#bace6a Color Hex

#BACE6A
(186,206,106)
0 Favorites   0 Comments

Color spaces of #bace6a

RGB 186206106
HSL0.200.510.61
HSV72°49°81°
CMYK 0.100.000.49   0.19
XYZ44.922555.622322.0042
Yxy55.62230.36660.4539
Hunter Lab74.5804-22.998534.7133
CIE-Lab79.3984-21.725947.1132

#bace6a color RGB value is (186,206,106).

#bace6a hex color red value is 186, green value is 206 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bace6a hue: 0.20 , saturation: 0.51 and the lightness value of bace6a is 0.61.

The process color (four color CMYK) of #bace6a color hex is 0.10, 0.00, 0.49, 0.19. Web safe color of #bace6a is #cccc66. Color #bace6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001110 01101010
Octal 272 316 152
Decimal 186 206 106
Hex BA CE 6A

RGB Percentages of Color #bace6a

%37.35
%41.37
%21.29

CMYK Percentages of Color #bace6a

%10
%0
%49
%19

Triadic Colors of #bace6a

#bace6a #6abace #ce6aba

Analogous Colors of #bace6a

#bace6a #88ce6a #ceb06a

Monochromatic Colors of #bace6a

#bace6a

Complementary Color

#bace6a #7e6ace

#bace6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bace6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bace6a Color CSS Codes

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

#bace6a Text Font Color

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

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


#bace6a Background Color

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

This div background color is #bace6a


#bace6a Border Color

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

This div border color is #bace6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bace6a


Comments

No comments written yet.

Please login to write comment.