Color Hex Logo

#6daffd Color Hex

#6DAFFD
(109,175,253)
0 Favorites   0 Comments

Color spaces of #6daffd

RGB 109175253
HSL0.590.970.71
HSV213°57°99°
CMYK 0.570.310.00   0.01
XYZ39.366341.003098.7681
Yxy41.00300.21980.2289
Hunter Lab64.0336-2.3213-46.6279
CIE-Lab70.17801.2482-45.0217

#6daffd color RGB value is (109,175,253).

#6daffd hex color red value is 109, green value is 175 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6daffd hue: 0.59 , saturation: 0.97 and the lightness value of 6daffd is 0.71.

The process color (four color CMYK) of #6daffd color hex is 0.57, 0.31, 0.00, 0.01. Web safe color of #6daffd is #6699ff. Color #6daffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101111 11111101
Octal 155 257 375
Decimal 109 175 253
Hex 6D AF FD

RGB Percentages of Color #6daffd

%20.30
%32.59
%47.11

CMYK Percentages of Color #6daffd

%57
%31
%0
%1

Triadic Colors of #6daffd

#6daffd #fd6daf #affd6d

Analogous Colors of #6daffd

#6daffd #736dfd #6df7fd

Monochromatic Colors of #6daffd

#6daffd

Complementary Color

#6daffd #fdbb6d

#6daffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daffd Color CSS Codes

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

#6daffd Text Font Color

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

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


#6daffd Background Color

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

This div background color is #6daffd


#6daffd Border Color

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

This div border color is #6daffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daffd


Comments

No comments written yet.

Please login to write comment.