Color Hex Logo

#6afbb4 Color Hex

#6AFBB4
(106,251,180)
0 Favorites   0 Comments

Color spaces of #6afbb4

RGB 106251180
HSL0.420.950.70
HSV151°58°98°
CMYK 0.580.000.28   0.02
XYZ48.679375.353855.1591
Yxy75.35380.27170.4205
Hunter Lab86.8066-51.812423.0902
CIE-Lab89.5585-54.951622.5628

#6afbb4 color RGB value is (106,251,180).

#6afbb4 hex color red value is 106, green value is 251 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #6afbb4 hue: 0.42 , saturation: 0.95 and the lightness value of 6afbb4 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111011 10110100
Octal 152 373 264
Decimal 106 251 180
Hex 6A FB B4

RGB Percentages of Color #6afbb4

%19.74
%46.74
%33.52

CMYK Percentages of Color #6afbb4

%58
%0
%28
%2

Triadic Colors of #6afbb4

#6afbb4 #b46afb #fbb46a

Analogous Colors of #6afbb4

#6afbb4 #6afafb #6afb6c

Monochromatic Colors of #6afbb4

#6afbb4

Complementary Color

#6afbb4 #fb6ab1

#6afbb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afbb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afbb4 Color CSS Codes

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

#6afbb4 Text Font Color

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

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


#6afbb4 Background Color

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

This div background color is #6afbb4


#6afbb4 Border Color

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

This div border color is #6afbb4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,251,180, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6afbb4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6afbb4;
  -webkit-box-shadow: 1px 1px 3px 2px #6afbb4;
  box-shadow:         1px 1px 3px 2px #6afbb4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,251,180, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afbb4

Related Colors


Comments

No comments written yet.

Please login to write comment.