Color Hex Logo

#baf97d Color Hex

#BAF97D
(186,249,125)
0 Favorites   0 Comments

Color spaces of #baf97d

RGB 186249125
HSL0.250.910.73
HSV90°50°98°
CMYK 0.250.000.50   0.02
XYZ57.827179.671131.7323
Yxy79.67110.34170.4708
Hunter Lab89.2587-40.559741.4029
CIE-Lab91.5371-39.845552.8087

#baf97d color RGB value is (186,249,125).

#baf97d hex color red value is 186, green value is 249 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #baf97d hue: 0.25 , saturation: 0.91 and the lightness value of baf97d is 0.73.

The process color (four color CMYK) of #baf97d color hex is 0.25, 0.00, 0.50, 0.02. Web safe color of #baf97d is #ccff66. Color #baf97d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111001 01111101
Octal 272 371 175
Decimal 186 249 125
Hex BA F9 7D

RGB Percentages of Color #baf97d

%33.21
%44.46
%22.32

CMYK Percentages of Color #baf97d

%25
%0
%50
%2

Triadic Colors of #baf97d

#baf97d #7dbaf9 #f97dba

Analogous Colors of #baf97d

#baf97d #7df97e #f8f97d

Monochromatic Colors of #baf97d

#baf97d

Complementary Color

#baf97d #bc7df9

#baf97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf97d Color CSS Codes

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

#baf97d Text Font Color

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

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


#baf97d Background Color

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

This div background color is #baf97d


#baf97d Border Color

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

This div border color is #baf97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf97d


Comments

No comments written yet.

Please login to write comment.