Color Hex Logo

#6abfdf Color Hex

#6ABFDF
(106,191,223)
0 Favorites   0 Comments

Color spaces of #6abfdf

RGB 106191223
HSL0.550.650.65
HSV196°52°87°
CMYK 0.520.140.00   0.13
XYZ37.893945.653576.6268
Yxy45.65350.23660.2850
Hunter Lab67.5674-18.1345-19.9424
CIE-Lab73.3201-17.0013-23.8974

#6abfdf color RGB value is (106,191,223).

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

The process color (four color CMYK) of #6abfdf color hex is 0.52, 0.14, 0.00, 0.13. Web safe color of #6abfdf is #66cccc. Color #6abfdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111111 11011111
Octal 152 277 337
Decimal 106 191 223
Hex 6A BF DF

RGB Percentages of Color #6abfdf

%20.38
%36.73
%42.88

CMYK Percentages of Color #6abfdf

%52
%14
%0
%13

Triadic Colors of #6abfdf

#6abfdf #df6abf #bfdf6a

Analogous Colors of #6abfdf

#6abfdf #6a85df #6adfc5

Monochromatic Colors of #6abfdf

#6abfdf

Complementary Color

#6abfdf #df8a6a

#6abfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abfdf Color CSS Codes

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

#6abfdf Text Font Color

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

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


#6abfdf Background Color

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

This div background color is #6abfdf


#6abfdf Border Color

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

This div border color is #6abfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abfdf


Comments

No comments written yet.

Please login to write comment.