Color Hex Logo

#6afbb5 Color Hex

#6AFBB5
(106,251,181)
0 Favorites   0 Comments

Color spaces of #6afbb5

RGB 106251181
HSL0.420.950.70
HSV151°58°98°
CMYK 0.580.000.28   0.02
XYZ48.781575.394755.6976
Yxy75.39470.27120.4192
Hunter Lab86.8301-51.670722.7492
CIE-Lab89.5776-54.754222.0786

#6afbb5 color RGB value is (106,251,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111011 10110101
Octal 152 373 265
Decimal 106 251 181
Hex 6A FB B5

RGB Percentages of Color #6afbb5

%19.70
%46.65
%33.64

CMYK Percentages of Color #6afbb5

%58
%0
%28
%2

Triadic Colors of #6afbb5

#6afbb5 #b56afb #fbb56a

Analogous Colors of #6afbb5

#6afbb5 #6af9fb #6afb6d

Monochromatic Colors of #6afbb5

#6afbb5

Complementary Color

#6afbb5 #fb6ab0

#6afbb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afbb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afbb5 Color CSS Codes

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

#6afbb5 Text Font Color

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

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


#6afbb5 Background Color

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

This div background color is #6afbb5


#6afbb5 Border Color

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

This div border color is #6afbb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afbb5


Comments

No comments written yet.

Please login to write comment.