Color Hex Logo

#6adabf Color Hex

#6ADABF
(106,218,191)
0 Favorites   0 Comments

Color spaces of #6adabf

RGB 106218191
HSL0.460.600.64
HSV166°51°85°
CMYK 0.510.000.12   0.15
XYZ40.419256.968658.1559
Yxy56.96860.25990.3663
Hunter Lab75.4775-36.49677.1510
CIE-Lab80.1619-38.49233.5253

#6adabf color RGB value is (106,218,191).

#6adabf hex color red value is 106, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6adabf hue: 0.46 , saturation: 0.60 and the lightness value of 6adabf is 0.64.

The process color (four color CMYK) of #6adabf color hex is 0.51, 0.00, 0.12, 0.15. Web safe color of #6adabf is #66cccc. Color #6adabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011010 10111111
Octal 152 332 277
Decimal 106 218 191
Hex 6A DA BF

RGB Percentages of Color #6adabf

%20.58
%42.33
%37.09

CMYK Percentages of Color #6adabf

%51
%0
%12
%15

Triadic Colors of #6adabf

#6adabf #bf6ada #dabf6a

Analogous Colors of #6adabf

#6adabf #6abdda #6ada87

Monochromatic Colors of #6adabf

#6adabf

Complementary Color

#6adabf #da6a85

#6adabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adabf Color CSS Codes

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

#6adabf Text Font Color

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

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


#6adabf Background Color

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

This div background color is #6adabf


#6adabf Border Color

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

This div border color is #6adabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adabf


Comments

No comments written yet.

Please login to write comment.