Color Hex Logo

#6bfac6 Color Hex

#6BFAC6
(107,250,198)
0 Favorites   0 Comments

Color spaces of #6bfac6

RGB 107250198
HSL0.440.930.70
HSV158°57°98°
CMYK 0.570.000.21   0.02
XYZ50.442175.574265.3548
Yxy75.57420.26360.3949
Hunter Lab86.9334-48.561016.2804
CIE-Lab89.6613-50.623113.4666

#6bfac6 color RGB value is (107,250,198).

#6bfac6 hex color red value is 107, green value is 250 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #6bfac6 hue: 0.44 , saturation: 0.93 and the lightness value of 6bfac6 is 0.70.

The process color (four color CMYK) of #6bfac6 color hex is 0.57, 0.00, 0.21, 0.02. Web safe color of #6bfac6 is #66ffcc. Color #6bfac6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11111010 11000110
Octal 153 372 306
Decimal 107 250 198
Hex 6B FA C6

RGB Percentages of Color #6bfac6

%19.28
%45.05
%35.68

CMYK Percentages of Color #6bfac6

%57
%0
%21
%2

Triadic Colors of #6bfac6

#6bfac6 #c66bfa #fac66b

Analogous Colors of #6bfac6

#6bfac6 #6be7fa #6bfa7f

Monochromatic Colors of #6bfac6

#6bfac6

Complementary Color

#6bfac6 #fa6b9f

#6bfac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bfac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bfac6 Color CSS Codes

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

#6bfac6 Text Font Color

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

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


#6bfac6 Background Color

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

This div background color is #6bfac6


#6bfac6 Border Color

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

This div border color is #6bfac6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,250,198, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6bfac6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6bfac6;
  -webkit-box-shadow: 1px 1px 3px 2px #6bfac6;
  box-shadow:         1px 1px 3px 2px #6bfac6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,250,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 #6bfac6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bfac6


Comments

No comments written yet.

Please login to write comment.