Color Hex Logo

#6fabca Color Hex

#6FABCA
(111,171,202)
0 Favorites   0 Comments

Color spaces of #6fabca

RGB 111171202
HSL0.560.460.61
HSV200°45°79°
CMYK 0.450.150.00   0.21
XYZ31.779136.769661.2994
Yxy36.76960.24470.2832
Hunter Lab60.6379-12.5682-17.4902
CIE-Lab67.1038-11.1729-21.8613

#6fabca color RGB value is (111,171,202).

#6fabca hex color red value is 111, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6fabca hue: 0.56 , saturation: 0.46 and the lightness value of 6fabca is 0.61.

The process color (four color CMYK) of #6fabca color hex is 0.45, 0.15, 0.00, 0.21. Web safe color of #6fabca is #6699cc. Color #6fabca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101011 11001010
Octal 157 253 312
Decimal 111 171 202
Hex 6F AB CA

RGB Percentages of Color #6fabca

%22.93
%35.33
%41.74

CMYK Percentages of Color #6fabca

%45
%15
%0
%21

Triadic Colors of #6fabca

#6fabca #ca6fab #abca6f

Analogous Colors of #6fabca

#6fabca #6f7eca #6fcabc

Monochromatic Colors of #6fabca

#6fabca

Complementary Color

#6fabca #ca8e6f

#6fabca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fabca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fabca Color CSS Codes

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

#6fabca Text Font Color

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

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


#6fabca Background Color

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

This div background color is #6fabca


#6fabca Border Color

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

This div border color is #6fabca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fabca


Comments

No comments written yet.

Please login to write comment.