Color Hex Logo

#6adacf Color Hex

#6ADACF
(106,218,207)
0 Favorites   0 Comments

Color spaces of #6adacf

RGB 106218207
HSL0.480.600.64
HSV174°51°85°
CMYK 0.510.000.05   0.15
XYZ42.277757.712067.9427
Yxy57.71200.25180.3437
Hunter Lab75.9684-33.60650.1516
CIE-Lab80.5784-34.6107-4.3916

#6adacf color RGB value is (106,218,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011010 11001111
Octal 152 332 317
Decimal 106 218 207
Hex 6A DA CF

RGB Percentages of Color #6adacf

%19.96
%41.05
%38.98

CMYK Percentages of Color #6adacf

%51
%0
%5
%15

Triadic Colors of #6adacf

#6adacf #cf6ada #dacf6a

Analogous Colors of #6adacf

#6adacf #6aadda #6ada97

Monochromatic Colors of #6adacf

#6adacf

Complementary Color

#6adacf #da6a75

#6adacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adacf Color CSS Codes

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

#6adacf Text Font Color

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

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


#6adacf Background Color

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

This div background color is #6adacf


#6adacf Border Color

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

This div border color is #6adacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adacf


Comments

No comments written yet.

Please login to write comment.