Color Hex Logo

#bace82 Color Hex

#BACE82
(186,206,130)
0 Favorites   0 Comments

Color spaces of #bace82

RGB 186206130
HSL0.210.440.66
HSV76°37°81°
CMYK 0.100.000.37   0.19
XYZ46.350356.193429.5226
Yxy56.19340.35100.4255
Hunter Lab74.9623-20.814729.1232
CIE-Lab79.7238-19.045135.5931

#bace82 color RGB value is (186,206,130).

#bace82 hex color red value is 186, green value is 206 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bace82 hue: 0.21 , saturation: 0.44 and the lightness value of bace82 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001110 10000010
Octal 272 316 202
Decimal 186 206 130
Hex BA CE 82

RGB Percentages of Color #bace82

%35.63
%39.46
%24.90

CMYK Percentages of Color #bace82

%10
%0
%37
%19

Triadic Colors of #bace82

#bace82 #82bace #ce82ba

Analogous Colors of #bace82

#bace82 #94ce82 #cebc82

Monochromatic Colors of #bace82

#bace82

Complementary Color

#bace82 #9682ce

#bace82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bace82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bace82 Color CSS Codes

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

#bace82 Text Font Color

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

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


#bace82 Background Color

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

This div background color is #bace82


#bace82 Border Color

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

This div border color is #bace82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bace82


Comments

No comments written yet.

Please login to write comment.