Color Hex Logo

#6acabf Color Hex

#6ACABF
(106,202,191)
0 Favorites   0 Comments

Color spaces of #6acabf

RGB 106202191
HSL0.480.480.60
HSV173°48°79°
CMYK 0.480.000.05   0.21
XYZ36.468449.066856.8390
Yxy49.06680.25610.3446
Hunter Lab70.0477-29.65240.9235
CIE-Lab75.4929-31.0401-3.2906

#6acabf color RGB value is (106,202,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001010 10111111
Octal 152 312 277
Decimal 106 202 191
Hex 6A CA BF

RGB Percentages of Color #6acabf

%21.24
%40.48
%38.28

CMYK Percentages of Color #6acabf

%48
%0
%5
%21

Triadic Colors of #6acabf

#6acabf #bf6aca #cabf6a

Analogous Colors of #6acabf

#6acabf #6aa5ca #6aca8f

Monochromatic Colors of #6acabf

#6acabf

Complementary Color

#6acabf #ca6a75

#6acabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acabf Color CSS Codes

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

#6acabf Text Font Color

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

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


#6acabf Background Color

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

This div background color is #6acabf


#6acabf Border Color

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

This div border color is #6acabf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,202,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 #6acabf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acabf


Comments

No comments written yet.

Please login to write comment.