Color Hex Logo

#6abccf Color Hex

#6ABCCF
(106,188,207)
0 Favorites   0 Comments

Color spaces of #6abccf

RGB 106188207
HSL0.530.510.61
HSV191°49°81°
CMYK 0.490.090.00   0.19
XYZ35.189643.535665.5800
Yxy43.53560.24390.3017
Hunter Lab65.9815-20.2691-12.7421
CIE-Lab71.9170-19.9243-17.3206

#6abccf color RGB value is (106,188,207).

#6abccf hex color red value is 106, green value is 188 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6abccf hue: 0.53 , saturation: 0.51 and the lightness value of 6abccf is 0.61.

The process color (four color CMYK) of #6abccf color hex is 0.49, 0.09, 0.00, 0.19. Web safe color of #6abccf is #66cccc. Color #6abccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111100 11001111
Octal 152 274 317
Decimal 106 188 207
Hex 6A BC CF

RGB Percentages of Color #6abccf

%21.16
%37.52
%41.32

CMYK Percentages of Color #6abccf

%49
%9
%0
%19

Triadic Colors of #6abccf

#6abccf #cf6abc #bccf6a

Analogous Colors of #6abccf

#6abccf #6a8acf #6acfb0

Monochromatic Colors of #6abccf

#6abccf

Complementary Color

#6abccf #cf7d6a

#6abccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abccf Color CSS Codes

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

#6abccf Text Font Color

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

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


#6abccf Background Color

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

This div background color is #6abccf


#6abccf Border Color

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

This div border color is #6abccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abccf


Comments

No comments written yet.

Please login to write comment.