Color Hex Logo

#6dddfd Color Hex

#6DDDFD
(109,221,253)
0 Favorites   0 Comments

Color spaces of #6dddfd

RGB 109221253
HSL0.540.970.71
HSV193°57°99°
CMYK 0.570.130.00   0.01
XYZ49.892762.0560102.2769
Yxy62.05600.23290.2897
Hunter Lab78.7756-24.8040-21.8351
CIE-Lab82.9432-23.1409-25.2788

#6dddfd color RGB value is (109,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011101 11111101
Octal 155 335 375
Decimal 109 221 253
Hex 6D DD FD

RGB Percentages of Color #6dddfd

%18.70
%37.91
%43.40

CMYK Percentages of Color #6dddfd

%57
%13
%0
%1

Triadic Colors of #6dddfd

#6dddfd #fd6ddd #ddfd6d

Analogous Colors of #6dddfd

#6dddfd #6d95fd #6dfdd5

Monochromatic Colors of #6dddfd

#6dddfd

Complementary Color

#6dddfd #fd8d6d

#6dddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dddfd Color CSS Codes

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

#6dddfd Text Font Color

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

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


#6dddfd Background Color

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

This div background color is #6dddfd


#6dddfd Border Color

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

This div border color is #6dddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dddfd

Related Colors


Comments

No comments written yet.

Please login to write comment.