Color Hex Logo

#6dafce Color Hex

#6DAFCE
(109,175,206)
0 Favorites   0 Comments

Color spaces of #6dafce

RGB 109175206
HSL0.550.500.62
HSV199°47°81°
CMYK 0.470.150.00   0.19
XYZ32.777238.367464.0706
Yxy38.36740.24240.2838
Hunter Lab61.9414-13.9416-17.9690
CIE-Lab68.2905-12.6923-22.2672

#6dafce color RGB value is (109,175,206).

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

The process color (four color CMYK) of #6dafce color hex is 0.47, 0.15, 0.00, 0.19. Web safe color of #6dafce is #6699cc. Color #6dafce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101111 11001110
Octal 155 257 316
Decimal 109 175 206
Hex 6D AF CE

RGB Percentages of Color #6dafce

%22.24
%35.71
%42.04

CMYK Percentages of Color #6dafce

%47
%15
%0
%19

Triadic Colors of #6dafce

#6dafce #ce6daf #afce6d

Analogous Colors of #6dafce

#6dafce #6d7fce #6dcebd

Monochromatic Colors of #6dafce

#6dafce

Complementary Color

#6dafce #ce8c6d

#6dafce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dafce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dafce Color CSS Codes

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

#6dafce Text Font Color

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

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


#6dafce Background Color

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

This div background color is #6dafce


#6dafce Border Color

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

This div border color is #6dafce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dafce


Comments

No comments written yet.

Please login to write comment.