Color Hex Logo

#6abcad Color Hex

#6ABCAD
(106,188,173)
0 Favorites   0 Comments

Color spaces of #6abcad

RGB 106188173
HSL0.470.380.58
HSV169°44°74°
CMYK 0.440.000.08   0.26
XYZ31.469942.047745.9926
Yxy42.04770.26330.3518
Hunter Lab64.8442-26.84853.3378
CIE-Lab70.9038-28.6813-0.2285

#6abcad color RGB value is (106,188,173).

#6abcad hex color red value is 106, green value is 188 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6abcad hue: 0.47 , saturation: 0.38 and the lightness value of 6abcad is 0.58.

The process color (four color CMYK) of #6abcad color hex is 0.44, 0.00, 0.08, 0.26. Web safe color of #6abcad is #66cc99. Color #6abcad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111100 10101101
Octal 152 274 255
Decimal 106 188 173
Hex 6A BC AD

RGB Percentages of Color #6abcad

%22.70
%40.26
%37.04

CMYK Percentages of Color #6abcad

%44
%0
%8
%26

Triadic Colors of #6abcad

#6abcad #ad6abc #bcad6a

Analogous Colors of #6abcad

#6abcad #6aa2bc #6abc84

Monochromatic Colors of #6abcad

#6abcad

Complementary Color

#6abcad #bc6a79

#6abcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abcad Color CSS Codes

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

#6abcad Text Font Color

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

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


#6abcad Background Color

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

This div background color is #6abcad


#6abcad Border Color

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

This div border color is #6abcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abcad


Comments

No comments written yet.

Please login to write comment.