Color Hex Logo

#baf79d Color Hex

#BAF79D
(186,247,157)
0 Favorites   0 Comments

Color spaces of #baf79d

RGB 186247157
HSL0.280.850.79
HSV101°36°97°
CMYK 0.250.000.36   0.03
XYZ59.596379.395044.0820
Yxy79.39500.32550.4337
Hunter Lab89.1039-36.543733.0404
CIE-Lab91.4127-35.032037.2391

#baf79d color RGB value is (186,247,157).

#baf79d hex color red value is 186, green value is 247 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #baf79d hue: 0.28 , saturation: 0.85 and the lightness value of baf79d is 0.79.

The process color (four color CMYK) of #baf79d color hex is 0.25, 0.00, 0.36, 0.03. Web safe color of #baf79d is #ccff99. Color #baf79d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110111 10011101
Octal 272 367 235
Decimal 186 247 157
Hex BA F7 9D

RGB Percentages of Color #baf79d

%31.53
%41.86
%26.61

CMYK Percentages of Color #baf79d

%25
%0
%36
%3

Triadic Colors of #baf79d

#baf79d #9dbaf7 #f79dba

Analogous Colors of #baf79d

#baf79d #9df7ad #e7f79d

Monochromatic Colors of #baf79d

#baf79d

Complementary Color

#baf79d #da9df7

#baf79d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf79d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf79d Color CSS Codes

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

#baf79d Text Font Color

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

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


#baf79d Background Color

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

This div background color is #baf79d


#baf79d Border Color

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

This div border color is #baf79d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf79d


Comments

No comments written yet.

Please login to write comment.