Color Hex Logo

#6eacdf Color Hex

#6EACDF
(110,172,223)
0 Favorites   0 Comments

Color spaces of #6eacdf

RGB 110172223
HSL0.580.640.65
HSV207°51°87°
CMYK 0.510.230.00   0.13
XYZ34.502238.147875.3568
Yxy38.14780.23310.2577
Hunter Lab61.7639-8.3742-29.1037
CIE-Lab68.1294-5.9516-31.8586

#6eacdf color RGB value is (110,172,223).

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

The process color (four color CMYK) of #6eacdf color hex is 0.51, 0.23, 0.00, 0.13. Web safe color of #6eacdf is #6699cc. Color #6eacdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101100 11011111
Octal 156 254 337
Decimal 110 172 223
Hex 6E AC DF

RGB Percentages of Color #6eacdf

%21.78
%34.06
%44.16

CMYK Percentages of Color #6eacdf

%51
%23
%0
%13

Triadic Colors of #6eacdf

#6eacdf #df6eac #acdf6e

Analogous Colors of #6eacdf

#6eacdf #6e74df #6edfda

Monochromatic Colors of #6eacdf

#6eacdf

Complementary Color

#6eacdf #dfa16e

#6eacdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eacdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eacdf Color CSS Codes

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

#6eacdf Text Font Color

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

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


#6eacdf Background Color

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

This div background color is #6eacdf


#6eacdf Border Color

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

This div border color is #6eacdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eacdf


Comments

No comments written yet.

Please login to write comment.