Color Hex Logo

#baffa4 Color Hex

#BAFFA4
(186,255,164)
0 Favorites   0 Comments

Color spaces of #baffa4

RGB 186255164
HSL0.291.000.82
HSV105°36°100°
CMYK 0.270.000.36   0.00
XYZ62.710584.639448.1538
Yxy84.63940.32080.4329
Hunter Lab91.9997-39.327033.3666
CIE-Lab93.7275-37.681536.8081

#baffa4 color RGB value is (186,255,164).

#baffa4 hex color red value is 186, green value is 255 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #baffa4 hue: 0.29 , saturation: 1.00 and the lightness value of baffa4 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111111 10100100
Octal 272 377 244
Decimal 186 255 164
Hex BA FF A4

RGB Percentages of Color #baffa4

%30.74
%42.15
%27.11

CMYK Percentages of Color #baffa4

%27
%0
%36
%0

Triadic Colors of #baffa4

#baffa4 #a4baff #ffa4ba

Analogous Colors of #baffa4

#baffa4 #a4ffbc #e8ffa4

Monochromatic Colors of #baffa4

#baffa4

Complementary Color

#baffa4 #e9a4ff

#baffa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baffa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baffa4 Color CSS Codes

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

#baffa4 Text Font Color

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

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


#baffa4 Background Color

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

This div background color is #baffa4


#baffa4 Border Color

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

This div border color is #baffa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baffa4

Related Colors


Comments

No comments written yet.

Please login to write comment.