Color Hex Logo

#6defff Color Hex

#6DEFFF
(109,239,255)
0 Favorites   0 Comments

Color spaces of #6defff

RGB 109239255
HSL0.521.000.71
HSV187°57°100°
CMYK 0.570.060.00   0.00
XYZ55.223272.2042105.6340
Yxy72.20420.23690.3098
Hunter Lab84.9731-32.6974-14.2250
CIE-Lab88.0668-31.3444-18.5651

#6defff color RGB value is (109,239,255).

#6defff hex color red value is 109, green value is 239 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6defff hue: 0.52 , saturation: 1.00 and the lightness value of 6defff is 0.71.

The process color (four color CMYK) of #6defff color hex is 0.57, 0.06, 0.00, 0.00. Web safe color of #6defff is #66ffff. Color #6defff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101111 11111111
Octal 155 357 377
Decimal 109 239 255
Hex 6D EF FF

RGB Percentages of Color #6defff

%18.08
%39.64
%42.29

CMYK Percentages of Color #6defff

%57
%6
%0
%0

Triadic Colors of #6defff

#6defff #ff6def #efff6d

Analogous Colors of #6defff

#6defff #6da6ff #6dffc6

Monochromatic Colors of #6defff

#6defff

Complementary Color

#6defff #ff7d6d

#6defff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6defff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6defff Color CSS Codes

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

#6defff Text Font Color

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

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


#6defff Background Color

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

This div background color is #6defff


#6defff Border Color

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

This div border color is #6defff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6defff

Related Colors


Comments

No comments written yet.

Please login to write comment.