Color Hex Logo

#6eafdc Color Hex

#6EAFDC
(110,175,220)
0 Favorites   0 Comments

Color spaces of #6eafdc

RGB 110175220
HSL0.570.610.65
HSV205°50°86°
CMYK 0.500.200.00   0.14
XYZ34.678639.142273.4376
Yxy39.14220.23550.2658
Hunter Lab62.5637-10.5453-25.8003
CIE-Lab68.8541-8.4687-29.0943

#6eafdc color RGB value is (110,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101111 11011100
Octal 156 257 334
Decimal 110 175 220
Hex 6E AF DC

RGB Percentages of Color #6eafdc

%21.78
%34.65
%43.56

CMYK Percentages of Color #6eafdc

%50
%20
%0
%14

Triadic Colors of #6eafdc

#6eafdc #dc6eaf #afdc6e

Analogous Colors of #6eafdc

#6eafdc #6e78dc #6edcd2

Monochromatic Colors of #6eafdc

#6eafdc

Complementary Color

#6eafdc #dc9b6e

#6eafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eafdc Color CSS Codes

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

#6eafdc Text Font Color

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

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


#6eafdc Background Color

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

This div background color is #6eafdc


#6eafdc Border Color

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

This div border color is #6eafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eafdc

#6eafdc Color Palettes


Comments

No comments written yet.

Please login to write comment.