Color Hex Logo

#6abcda Color Hex

#6ABCDA
(106,188,218)
0 Favorites   0 Comments

Color spaces of #6abcda

RGB 106188218
HSL0.540.600.64
HSV196°51°85°
CMYK 0.510.140.00   0.15
XYZ36.582044.092672.9123
Yxy44.09260.23820.2871
Hunter Lab66.4023-17.8656-18.6212
CIE-Lab72.2903-16.8593-22.7506

#6abcda color RGB value is (106,188,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111100 11011010
Octal 152 274 332
Decimal 106 188 218
Hex 6A BC DA

RGB Percentages of Color #6abcda

%20.70
%36.72
%42.58

CMYK Percentages of Color #6abcda

%51
%14
%0
%15

Triadic Colors of #6abcda

#6abcda #da6abc #bcda6a

Analogous Colors of #6abcda

#6abcda #6a84da #6adac0

Monochromatic Colors of #6abcda

#6abcda

Complementary Color

#6abcda #da886a

#6abcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abcda Color CSS Codes

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

#6abcda Text Font Color

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

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


#6abcda Background Color

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

This div background color is #6abcda


#6abcda Border Color

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

This div border color is #6abcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abcda


Comments

No comments written yet.

Please login to write comment.