Color Hex Logo

#baffc6 Color Hex

#BAFFC6
(186,255,198)
0 Favorites   0 Comments

Color spaces of #baffc6

RGB 186255198
HSL0.361.000.86
HSV130°27°100°
CMYK 0.270.000.22   0.00
XYZ66.202786.036366.5435
Yxy86.03630.30260.3933
Hunter Lab92.7558-34.921522.3940
CIE-Lab94.3279-32.334820.4957

#baffc6 color RGB value is (186,255,198).

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

The process color (four color CMYK) of #baffc6 color hex is 0.27, 0.00, 0.22, 0.00. Web safe color of #baffc6 is #ccffcc. Color #baffc6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111111 11000110
Octal 272 377 306
Decimal 186 255 198
Hex BA FF C6

RGB Percentages of Color #baffc6

%29.11
%39.91
%30.99

CMYK Percentages of Color #baffc6

%27
%0
%22
%0

Triadic Colors of #baffc6

#baffc6 #c6baff #ffc6ba

Analogous Colors of #baffc6

#baffc6 #baffe9 #d1ffba

Monochromatic Colors of #baffc6

#baffc6

Complementary Color

#baffc6 #ffbaf3

#baffc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baffc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baffc6 Color CSS Codes

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

#baffc6 Text Font Color

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

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


#baffc6 Background Color

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

This div background color is #baffc6


#baffc6 Border Color

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

This div border color is #baffc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baffc6

Related Colors


Comments

No comments written yet.

Please login to write comment.