Color Hex Logo

#6ddafc Color Hex

#6DDAFC
(109,218,252)
0 Favorites   0 Comments

Color spaces of #6ddafc

RGB 109218252
HSL0.540.960.71
HSV194°57°99°
CMYK 0.570.130.00   0.01
XYZ48.948860.4223101.1783
Yxy60.42230.23250.2870
Hunter Lab77.7318-23.6267-22.7616
CIE-Lab82.0672-21.9248-26.0854

#6ddafc color RGB value is (109,218,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011010 11111100
Octal 155 332 374
Decimal 109 218 252
Hex 6D DA FC

RGB Percentages of Color #6ddafc

%18.83
%37.65
%43.52

CMYK Percentages of Color #6ddafc

%57
%13
%0
%1

Triadic Colors of #6ddafc

#6ddafc #fc6dda #dafc6d

Analogous Colors of #6ddafc

#6ddafc #6d93fc #6dfcd7

Monochromatic Colors of #6ddafc

#6ddafc

Complementary Color

#6ddafc #fc8f6d

#6ddafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddafc Color CSS Codes

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

#6ddafc Text Font Color

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

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


#6ddafc Background Color

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

This div background color is #6ddafc


#6ddafc Border Color

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

This div border color is #6ddafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddafc


Comments

No comments written yet.

Please login to write comment.