Color Hex Logo

#6abfc4 Color Hex

#6ABFC4
(106,191,196)
0 Favorites   0 Comments

Color spaces of #6abfc4

RGB 106191196
HSL0.510.430.59
HSV183°46°77°
CMYK 0.460.030.00   0.23
XYZ34.538544.311358.9571
Yxy44.31130.25060.3215
Hunter Lab66.5667-23.8761-5.9155
CIE-Lab72.4361-24.3899-10.5369

#6abfc4 color RGB value is (106,191,196).

#6abfc4 hex color red value is 106, green value is 191 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #6abfc4 hue: 0.51 , saturation: 0.43 and the lightness value of 6abfc4 is 0.59.

The process color (four color CMYK) of #6abfc4 color hex is 0.46, 0.03, 0.00, 0.23. Web safe color of #6abfc4 is #66cccc. Color #6abfc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111111 11000100
Octal 152 277 304
Decimal 106 191 196
Hex 6A BF C4

RGB Percentages of Color #6abfc4

%21.50
%38.74
%39.76

CMYK Percentages of Color #6abfc4

%46
%3
%0
%23

Triadic Colors of #6abfc4

#6abfc4 #c46abf #bfc46a

Analogous Colors of #6abfc4

#6abfc4 #6a92c4 #6ac49c

Monochromatic Colors of #6abfc4

#6abfc4

Complementary Color

#6abfc4 #c46f6a

#6abfc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abfc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abfc4 Color CSS Codes

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

#6abfc4 Text Font Color

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

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


#6abfc4 Background Color

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

This div background color is #6abfc4


#6abfc4 Border Color

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

This div border color is #6abfc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abfc4


Comments

No comments written yet.

Please login to write comment.