Color Hex Logo

#baf38e Color Hex

#BAF38E
(186,243,142)
0 Favorites   0 Comments

Color spaces of #baf38e

RGB 186243142
HSL0.260.810.75
HSV94°42°95°
CMYK 0.230.000.42   0.05
XYZ57.182876.493337.3420
Yxy76.49330.33440.4473
Hunter Lab87.4604-36.350135.9079
CIE-Lab90.0879-35.178342.9162

#baf38e color RGB value is (186,243,142).

#baf38e hex color red value is 186, green value is 243 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #baf38e hue: 0.26 , saturation: 0.81 and the lightness value of baf38e is 0.75.

The process color (four color CMYK) of #baf38e color hex is 0.23, 0.00, 0.42, 0.05. Web safe color of #baf38e is #ccff99. Color #baf38e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110011 10001110
Octal 272 363 216
Decimal 186 243 142
Hex BA F3 8E

RGB Percentages of Color #baf38e

%32.57
%42.56
%24.87

CMYK Percentages of Color #baf38e

%23
%0
%42
%5

Triadic Colors of #baf38e

#baf38e #8ebaf3 #f38eba

Analogous Colors of #baf38e

#baf38e #8ef395 #edf38e

Monochromatic Colors of #baf38e

#baf38e

Complementary Color

#baf38e #c78ef3

#baf38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf38e Color CSS Codes

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

#baf38e Text Font Color

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

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


#baf38e Background Color

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

This div background color is #baf38e


#baf38e Border Color

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

This div border color is #baf38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf38e


Comments

No comments written yet.

Please login to write comment.