Color Hex Logo

#6dedfd Color Hex

#6DEDFD
(109,237,253)
0 Favorites   0 Comments

Color spaces of #6dedfd

RGB 109237253
HSL0.520.970.71
HSV187°57°99°
CMYK 0.570.060.00   0.01
XYZ54.320570.9114103.7528
Yxy70.91140.23720.3097
Hunter Lab84.2089-32.2209-14.1043
CIE-Lab87.4419-30.9370-18.4600

#6dedfd color RGB value is (109,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101101 11111101
Octal 155 355 375
Decimal 109 237 253
Hex 6D ED FD

RGB Percentages of Color #6dedfd

%18.20
%39.57
%42.24

CMYK Percentages of Color #6dedfd

%57
%6
%0
%1

Triadic Colors of #6dedfd

#6dedfd #fd6ded #edfd6d

Analogous Colors of #6dedfd

#6dedfd #6da5fd #6dfdc5

Monochromatic Colors of #6dedfd

#6dedfd

Complementary Color

#6dedfd #fd7d6d

#6dedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dedfd Color CSS Codes

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

#6dedfd Text Font Color

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

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


#6dedfd Background Color

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

This div background color is #6dedfd


#6dedfd Border Color

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

This div border color is #6dedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dedfd


Comments

No comments written yet.

Please login to write comment.