Color Hex Logo

#baffa5 Color Hex

#BAFFA5
(186,255,165)
0 Favorites   0 Comments

Color spaces of #baffa5

RGB 186255165
HSL0.291.000.82
HSV106°35°100°
CMYK 0.270.000.35   0.00
XYZ62.801284.675748.6314
Yxy84.67570.32020.4318
Hunter Lab92.0194-39.211733.0794
CIE-Lab93.7432-37.539336.3330

#baffa5 color RGB value is (186,255,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111111 10100101
Octal 272 377 245
Decimal 186 255 165
Hex BA FF A5

RGB Percentages of Color #baffa5

%30.69
%42.08
%27.23

CMYK Percentages of Color #baffa5

%27
%0
%35
%0

Triadic Colors of #baffa5

#baffa5 #a5baff #ffa5ba

Analogous Colors of #baffa5

#baffa5 #a5ffbd #e7ffa5

Monochromatic Colors of #baffa5

#baffa5

Complementary Color

#baffa5 #eaa5ff

#baffa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baffa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baffa5 Color CSS Codes

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

#baffa5 Text Font Color

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

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


#baffa5 Background Color

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

This div background color is #baffa5


#baffa5 Border Color

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

This div border color is #baffa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baffa5


Comments

No comments written yet.

Please login to write comment.