Color Hex Logo

#6dafdc Color Hex

#6DAFDC
(109,175,220)
0 Favorites   0 Comments

Color spaces of #6dafdc

RGB 109175220
HSL0.570.610.65
HSV204°50°86°
CMYK 0.500.200.00   0.14
XYZ34.554939.078573.4318
Yxy39.07850.23500.2657
Hunter Lab62.5128-10.7288-25.8871
CIE-Lab68.8081-8.6955-29.1691

#6dafdc color RGB value is (109,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101111 11011100
Octal 155 257 334
Decimal 109 175 220
Hex 6D AF DC

RGB Percentages of Color #6dafdc

%21.63
%34.72
%43.65

CMYK Percentages of Color #6dafdc

%50
%20
%0
%14

Triadic Colors of #6dafdc

#6dafdc #dc6daf #afdc6d

Analogous Colors of #6dafdc

#6dafdc #6d78dc #6ddcd2

Monochromatic Colors of #6dafdc

#6dafdc

Complementary Color

#6dafdc #dc9a6d

#6dafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dafdc Color CSS Codes

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

#6dafdc Text Font Color

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

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


#6dafdc Background Color

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

This div background color is #6dafdc


#6dafdc Border Color

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

This div border color is #6dafdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,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 #6dafdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dafdc


Comments

No comments written yet.

Please login to write comment.