Color Hex Logo

#baf37e Color Hex

#BAF37E
(186,243,126)
0 Favorites   0 Comments

Color spaces of #baf37e

RGB 186243126
HSL0.250.830.72
HSV89°48°95°
CMYK 0.230.000.48   0.05
XYZ56.066276.046631.4621
Yxy76.04660.34280.4649
Hunter Lab87.2047-37.845939.6524
CIE-Lab89.8810-37.051950.3307

#baf37e color RGB value is (186,243,126).

#baf37e hex color red value is 186, green value is 243 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #baf37e hue: 0.25 , saturation: 0.83 and the lightness value of baf37e is 0.72.

The process color (four color CMYK) of #baf37e color hex is 0.23, 0.00, 0.48, 0.05. Web safe color of #baf37e is #ccff66. Color #baf37e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110011 01111110
Octal 272 363 176
Decimal 186 243 126
Hex BA F3 7E

RGB Percentages of Color #baf37e

%33.51
%43.78
%22.70

CMYK Percentages of Color #baf37e

%23
%0
%48
%5

Triadic Colors of #baf37e

#baf37e #7ebaf3 #f37eba

Analogous Colors of #baf37e

#baf37e #80f37e #f3f27e

Monochromatic Colors of #baf37e

#baf37e

Complementary Color

#baf37e #b77ef3

#baf37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf37e Color CSS Codes

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

#baf37e Text Font Color

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

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


#baf37e Background Color

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

This div background color is #baf37e


#baf37e Border Color

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

This div border color is #baf37e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,243,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 #baf37e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf37e


Comments

No comments written yet.

Please login to write comment.