Color Hex Logo

#baca7e Color Hex

#BACA7E
(186,202,126)
0 Favorites   0 Comments

Color spaces of #baca7e

RGB 186202126
HSL0.200.420.64
HSV73°38°79°
CMYK 0.080.000.38   0.21
XYZ45.136154.186527.8188
Yxy54.18650.35500.4262
Hunter Lab73.6115-19.369929.1215
CIE-Lab78.5704-17.540536.1442

#baca7e color RGB value is (186,202,126).

#baca7e hex color red value is 186, green value is 202 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #baca7e hue: 0.20 , saturation: 0.42 and the lightness value of baca7e is 0.64.

The process color (four color CMYK) of #baca7e color hex is 0.08, 0.00, 0.38, 0.21. Web safe color of #baca7e is #cccc66. Color #baca7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001010 01111110
Octal 272 312 176
Decimal 186 202 126
Hex BA CA 7E

RGB Percentages of Color #baca7e

%36.19
%39.30
%24.51

CMYK Percentages of Color #baca7e

%8
%0
%38
%21

Triadic Colors of #baca7e

#baca7e #7ebaca #ca7eba

Analogous Colors of #baca7e

#baca7e #94ca7e #cab47e

Monochromatic Colors of #baca7e

#baca7e

Complementary Color

#baca7e #8e7eca

#baca7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baca7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baca7e Color CSS Codes

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

#baca7e Text Font Color

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

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


#baca7e Background Color

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

This div background color is #baca7e


#baca7e Border Color

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

This div border color is #baca7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baca7e


Comments

No comments written yet.

Please login to write comment.