Color Hex Logo

#6dabde Color Hex

#6DABDE
(109,171,222)
0 Favorites   0 Comments

Color spaces of #6dabde

RGB 109171222
HSL0.580.630.65
HSV207°51°87°
CMYK 0.510.230.00   0.13
XYZ34.054437.651074.5797
Yxy37.65100.23280.2574
Hunter Lab61.3604-8.3150-29.1110
CIE-Lab67.7626-5.9204-31.8809

#6dabde color RGB value is (109,171,222).

#6dabde hex color red value is 109, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6dabde hue: 0.58 , saturation: 0.63 and the lightness value of 6dabde is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101011 11011110
Octal 155 253 336
Decimal 109 171 222
Hex 6D AB DE

RGB Percentages of Color #6dabde

%21.71
%34.06
%44.22

CMYK Percentages of Color #6dabde

%51
%23
%0
%13

Triadic Colors of #6dabde

#6dabde #de6dab #abde6d

Analogous Colors of #6dabde

#6dabde #6d73de #6dded9

Monochromatic Colors of #6dabde

#6dabde

Complementary Color

#6dabde #dea06d

#6dabde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dabde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dabde Color CSS Codes

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

#6dabde Text Font Color

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

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


#6dabde Background Color

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

This div background color is #6dabde


#6dabde Border Color

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

This div border color is #6dabde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dabde


Comments

No comments written yet.

Please login to write comment.