Color Hex Logo

#6eacdb Color Hex

#6EACDB
(110,172,219)
0 Favorites   0 Comments

Color spaces of #6eacdb

RGB 110172219
HSL0.570.600.65
HSV206°50°86°
CMYK 0.500.210.00   0.14
XYZ33.969137.934572.5496
Yxy37.93450.23520.2626
Hunter Lab61.5910-9.3366-26.7255
CIE-Lab67.9723-7.1211-29.9049

#6eacdb color RGB value is (110,172,219).

#6eacdb hex color red value is 110, green value is 172 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6eacdb hue: 0.57 , saturation: 0.60 and the lightness value of 6eacdb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101100 11011011
Octal 156 254 333
Decimal 110 172 219
Hex 6E AC DB

RGB Percentages of Color #6eacdb

%21.96
%34.33
%43.71

CMYK Percentages of Color #6eacdb

%50
%21
%0
%14

Triadic Colors of #6eacdb

#6eacdb #db6eac #acdb6e

Analogous Colors of #6eacdb

#6eacdb #6e76db #6edbd4

Monochromatic Colors of #6eacdb

#6eacdb

Complementary Color

#6eacdb #db9d6e

#6eacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eacdb Color CSS Codes

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

#6eacdb Text Font Color

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

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


#6eacdb Background Color

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

This div background color is #6eacdb


#6eacdb Border Color

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

This div border color is #6eacdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,172,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6eacdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6eacdb;
  -webkit-box-shadow: 1px 1px 3px 2px #6eacdb;
  box-shadow:         1px 1px 3px 2px #6eacdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,172,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eacdb


Comments

No comments written yet.

Please login to write comment.