Color Hex Logo

#6dafec Color Hex

#6DAFEC
(109,175,236)
0 Favorites   0 Comments

Color spaces of #6dafec

RGB 109175236
HSL0.580.770.68
HSV209°54°93°
CMYK 0.540.260.00   0.07
XYZ36.777039.967385.1330
Yxy39.96730.22720.2469
Hunter Lab63.2197-6.7951-35.5874
CIE-Lab69.4462-3.9551-36.9297

#6dafec color RGB value is (109,175,236).

#6dafec hex color red value is 109, green value is 175 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6dafec hue: 0.58 , saturation: 0.77 and the lightness value of 6dafec is 0.68.

The process color (four color CMYK) of #6dafec color hex is 0.54, 0.26, 0.00, 0.07. Web safe color of #6dafec is #6699ff. Color #6dafec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101111 11101100
Octal 155 257 354
Decimal 109 175 236
Hex 6D AF EC

RGB Percentages of Color #6dafec

%20.96
%33.65
%45.38

CMYK Percentages of Color #6dafec

%54
%26
%0
%7

Triadic Colors of #6dafec

#6dafec #ec6daf #afec6d

Analogous Colors of #6dafec

#6dafec #6d70ec #6decea

Monochromatic Colors of #6dafec

#6dafec

Complementary Color

#6dafec #ecaa6d

#6dafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dafec Color CSS Codes

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

#6dafec Text Font Color

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

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


#6dafec Background Color

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

This div background color is #6dafec


#6dafec Border Color

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

This div border color is #6dafec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dafec


Comments

No comments written yet.

Please login to write comment.