Color Hex Logo

#baf68e Color Hex

#BAF68E
(186,246,142)
0 Favorites   0 Comments

Color spaces of #baf68e

RGB 186246142
HSL0.260.850.76
HSV95°42°96°
CMYK 0.240.000.42   0.04
XYZ58.088078.303637.6437
Yxy78.30360.33380.4499
Hunter Lab88.4893-37.681636.7203
CIE-Lab90.9183-36.541943.9719

#baf68e color RGB value is (186,246,142).

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

The process color (four color CMYK) of #baf68e color hex is 0.24, 0.00, 0.42, 0.04. Web safe color of #baf68e is #ccff99. Color #baf68e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110110 10001110
Octal 272 366 216
Decimal 186 246 142
Hex BA F6 8E

RGB Percentages of Color #baf68e

%32.40
%42.86
%24.74

CMYK Percentages of Color #baf68e

%24
%0
%42
%4

Triadic Colors of #baf68e

#baf68e #8ebaf6 #f68eba

Analogous Colors of #baf68e

#baf68e #8ef696 #eef68e

Monochromatic Colors of #baf68e

#baf68e

Complementary Color

#baf68e #ca8ef6

#baf68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf68e Color CSS Codes

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

#baf68e Text Font Color

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

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


#baf68e Background Color

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

This div background color is #baf68e


#baf68e Border Color

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

This div border color is #baf68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf68e


Comments

No comments written yet.

Please login to write comment.