Color Hex Logo

#baff78 Color Hex

#BAFF78
(186,255,120)
0 Favorites   0 Comments

Color spaces of #baff78

RGB 186255120
HSL0.251.000.74
HSV91°53°100°
CMYK 0.270.000.53   0.00
XYZ59.399983.315230.7200
Yxy83.31520.34250.4804
Hunter Lab91.2772-43.573643.9395
CIE-Lab93.1523-43.000657.0188

#baff78 color RGB value is (186,255,120).

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

The process color (four color CMYK) of #baff78 color hex is 0.27, 0.00, 0.53, 0.00. Web safe color of #baff78 is #ccff66. Color #baff78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111111 01111000
Octal 272 377 170
Decimal 186 255 120
Hex BA FF 78

RGB Percentages of Color #baff78

%33.16
%45.45
%21.39

CMYK Percentages of Color #baff78

%27
%0
%53
%0

Triadic Colors of #baff78

#baff78 #78baff #ff78ba

Analogous Colors of #baff78

#baff78 #78ff7a #feff78

Monochromatic Colors of #baff78

#baff78

Complementary Color

#baff78 #bd78ff

#baff78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baff78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baff78 Color CSS Codes

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

#baff78 Text Font Color

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

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


#baff78 Background Color

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

This div background color is #baff78


#baff78 Border Color

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

This div border color is #baff78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baff78


Comments

No comments written yet.

Please login to write comment.