Color Hex Logo

#baff68 Color Hex

#BAFF68
(186,255,104)
0 Favorites   0 Comments

Color spaces of #baff68

RGB 186255104
HSL0.241.000.70
HSV87°59°100°
CMYK 0.270.000.59   0.00
XYZ58.508482.958626.0256
Yxy82.95860.34930.4953
Hunter Lab91.0816-44.729246.8156
CIE-Lab92.9963-44.477863.8042

#baff68 color RGB value is (186,255,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111111 01101000
Octal 272 377 150
Decimal 186 255 104
Hex BA FF 68

RGB Percentages of Color #baff68

%34.13
%46.79
%19.08

CMYK Percentages of Color #baff68

%27
%0
%59
%0

Triadic Colors of #baff68

#baff68 #68baff #ff68ba

Analogous Colors of #baff68

#baff68 #6fff68 #fff968

Monochromatic Colors of #baff68

#baff68

Complementary Color

#baff68 #ad68ff

#baff68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baff68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baff68 Color CSS Codes

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

#baff68 Text Font Color

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

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


#baff68 Background Color

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

This div background color is #baff68


#baff68 Border Color

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

This div border color is #baff68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baff68


Comments

No comments written yet.

Please login to write comment.