Color Hex Logo

#6abcca Color Hex

#6ABCCA
(106,188,202)
0 Favorites   0 Comments

Color spaces of #6abcca

RGB 106188202
HSL0.520.480.60
HSV189°48°79°
CMYK 0.480.070.00   0.21
XYZ34.587743.294962.4109
Yxy43.29490.24650.3086
Hunter Lab65.7989-21.3180-10.1780
CIE-Lab71.7547-21.2834-14.8347

#6abcca color RGB value is (106,188,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111100 11001010
Octal 152 274 312
Decimal 106 188 202
Hex 6A BC CA

RGB Percentages of Color #6abcca

%21.37
%37.90
%40.73

CMYK Percentages of Color #6abcca

%48
%7
%0
%21

Triadic Colors of #6abcca

#6abcca #ca6abc #bcca6a

Analogous Colors of #6abcca

#6abcca #6a8cca #6acaa8

Monochromatic Colors of #6abcca

#6abcca

Complementary Color

#6abcca #ca786a

#6abcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abcca Color CSS Codes

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

#6abcca Text Font Color

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

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


#6abcca Background Color

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

This div background color is #6abcca


#6abcca Border Color

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

This div border color is #6abcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abcca


Comments

No comments written yet.

Please login to write comment.