Color Hex Logo

#6dafca Color Hex

#6DAFCA
(109,175,202)
0 Favorites   0 Comments

Color spaces of #6dafca

RGB 109175202
HSL0.550.470.61
HSV197°46°79°
CMYK 0.460.130.00   0.21
XYZ32.297338.175461.5435
Yxy38.17540.24460.2892
Hunter Lab61.7862-14.8193-15.8067
CIE-Lab68.1497-13.8048-20.2770

#6dafca color RGB value is (109,175,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101111 11001010
Octal 155 257 312
Decimal 109 175 202
Hex 6D AF CA

RGB Percentages of Color #6dafca

%22.43
%36.01
%41.56

CMYK Percentages of Color #6dafca

%46
%13
%0
%21

Triadic Colors of #6dafca

#6dafca #ca6daf #afca6d

Analogous Colors of #6dafca

#6dafca #6d81ca #6dcab7

Monochromatic Colors of #6dafca

#6dafca

Complementary Color

#6dafca #ca886d

#6dafca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dafca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dafca Color CSS Codes

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

#6dafca Text Font Color

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

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


#6dafca Background Color

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

This div background color is #6dafca


#6dafca Border Color

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

This div border color is #6dafca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dafca


Comments

No comments written yet.

Please login to write comment.