Color Hex Logo

#6abfca Color Hex

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

Color spaces of #6abfca

RGB 106191202
HSL0.520.480.60
HSV187°48°79°
CMYK 0.480.050.00   0.21
XYZ35.235344.590062.6268
Yxy44.59000.24730.3130
Hunter Lab66.7757-22.6691-8.8631
CIE-Lab72.6211-22.8039-13.5322

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

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

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

Base Numbers

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

RGB Percentages of Color #6abfca

%21.24
%38.28
%40.48

CMYK Percentages of Color #6abfca

%48
%5
%0
%21

Triadic Colors of #6abfca

#6abfca #ca6abf #bfca6a

Analogous Colors of #6abfca

#6abfca #6a8fca #6acaa5

Monochromatic Colors of #6abfca

#6abfca

Complementary Color

#6abfca #ca756a

#6abfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abfca Color CSS Codes

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

#6abfca Text Font Color

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

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


#6abfca Background Color

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

This div background color is #6abfca


#6abfca Border Color

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

This div border color is #6abfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abfca


Comments

No comments written yet.

Please login to write comment.