Color Hex Logo

#bace6b Color Hex

#BACE6B
(186,206,107)
0 Favorites   0 Comments

Color spaces of #bace6b

RGB 186206107
HSL0.200.500.61
HSV72°48°81°
CMYK 0.100.000.48   0.19
XYZ44.974855.643322.2797
Yxy55.64330.36600.4528
Hunter Lab74.5944-22.918334.5075
CIE-Lab79.4104-21.626546.6461

#bace6b color RGB value is (186,206,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001110 01101011
Octal 272 316 153
Decimal 186 206 107
Hex BA CE 6B

RGB Percentages of Color #bace6b

%37.27
%41.28
%21.44

CMYK Percentages of Color #bace6b

%10
%0
%48
%19

Triadic Colors of #bace6b

#bace6b #6bbace #ce6bba

Analogous Colors of #bace6b

#bace6b #89ce6b #ceb16b

Monochromatic Colors of #bace6b

#bace6b

Complementary Color

#bace6b #7f6bce

#bace6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bace6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bace6b Color CSS Codes

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

#bace6b Text Font Color

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

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


#bace6b Background Color

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

This div background color is #bace6b


#bace6b Border Color

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

This div border color is #bace6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bace6b


Comments

No comments written yet.

Please login to write comment.