Color Hex Logo

#6dddfc Color Hex

#6DDDFC
(109,221,252)
0 Favorites   0 Comments

Color spaces of #6dddfc

RGB 109221252
HSL0.540.960.71
HSV193°57°99°
CMYK 0.570.120.00   0.01
XYZ49.733861.9924101.4399
Yxy61.99240.23330.2908
Hunter Lab78.7353-25.0356-21.2726
CIE-Lab82.9094-23.4238-24.8014

#6dddfc color RGB value is (109,221,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011101 11111100
Octal 155 335 374
Decimal 109 221 252
Hex 6D DD FC

RGB Percentages of Color #6dddfc

%18.73
%37.97
%43.30

CMYK Percentages of Color #6dddfc

%57
%12
%0
%1

Triadic Colors of #6dddfc

#6dddfc #fc6ddd #ddfc6d

Analogous Colors of #6dddfc

#6dddfc #6d96fc #6dfcd4

Monochromatic Colors of #6dddfc

#6dddfc

Complementary Color

#6dddfc #fc8c6d

#6dddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dddfc Color CSS Codes

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

#6dddfc Text Font Color

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

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


#6dddfc Background Color

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

This div background color is #6dddfc


#6dddfc Border Color

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

This div border color is #6dddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dddfc


Comments

No comments written yet.

Please login to write comment.