Color Hex Logo

#6acabe Color Hex

#6ACABE
(106,202,190)
0 Favorites   0 Comments

Color spaces of #6acabe

RGB 106202190
HSL0.480.480.60
HSV173°48°79°
CMYK 0.480.000.06   0.21
XYZ36.358749.022956.2613
Yxy49.02290.25670.3461
Hunter Lab70.0164-29.83561.3693
CIE-Lab75.4656-31.2871-2.7902

#6acabe color RGB value is (106,202,190).

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

The process color (four color CMYK) of #6acabe color hex is 0.48, 0.00, 0.06, 0.21. Web safe color of #6acabe is #66cccc. Color #6acabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001010 10111110
Octal 152 312 276
Decimal 106 202 190
Hex 6A CA BE

RGB Percentages of Color #6acabe

%21.29
%40.56
%38.15

CMYK Percentages of Color #6acabe

%48
%0
%6
%21

Triadic Colors of #6acabe

#6acabe #be6aca #cabe6a

Analogous Colors of #6acabe

#6acabe #6aa6ca #6aca8e

Monochromatic Colors of #6acabe

#6acabe

Complementary Color

#6acabe #ca6a76

#6acabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acabe Color CSS Codes

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

#6acabe Text Font Color

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

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


#6acabe Background Color

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

This div background color is #6acabe


#6acabe Border Color

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

This div border color is #6acabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acabe


Comments

No comments written yet.

Please login to write comment.