Color Hex Logo

#6deffd Color Hex

#6DEFFD
(109,239,253)
0 Favorites   0 Comments

Color spaces of #6deffd

RGB 109239253
HSL0.520.970.71
HSV186°57°99°
CMYK 0.570.060.00   0.01
XYZ54.902872.0761103.9469
Yxy72.07610.23780.3121
Hunter Lab84.8976-33.1360-13.1651
CIE-Lab88.0052-31.8875-17.6116

#6deffd color RGB value is (109,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101111 11111101
Octal 155 357 375
Decimal 109 239 253
Hex 6D EF FD

RGB Percentages of Color #6deffd

%18.14
%39.77
%42.10

CMYK Percentages of Color #6deffd

%57
%6
%0
%1

Triadic Colors of #6deffd

#6deffd #fd6def #effd6d

Analogous Colors of #6deffd

#6deffd #6da7fd #6dfdc3

Monochromatic Colors of #6deffd

#6deffd

Complementary Color

#6deffd #fd7b6d

#6deffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6deffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6deffd Color CSS Codes

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

#6deffd Text Font Color

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

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


#6deffd Background Color

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

This div background color is #6deffd


#6deffd Border Color

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

This div border color is #6deffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,239,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 #6deffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6deffd

Related Colors


Comments

No comments written yet.

Please login to write comment.