Color Hex Logo

#6fddfc Color Hex

#6FDDFC
(111,221,252)
0 Favorites   0 Comments

Color spaces of #6fddfc

RGB 111221252
HSL0.540.960.71
HSV193°56°99°
CMYK 0.560.120.00   0.01
XYZ49.982762.1207101.4516
Yxy62.12070.23410.2909
Hunter Lab78.8167-24.7309-21.1455
CIE-Lab82.9776-23.0467-24.6913

#6fddfc color RGB value is (111,221,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011101 11111100
Octal 157 335 374
Decimal 111 221 252
Hex 6F DD FC

RGB Percentages of Color #6fddfc

%19.01
%37.84
%43.15

CMYK Percentages of Color #6fddfc

%56
%12
%0
%1

Triadic Colors of #6fddfc

#6fddfc #fc6fdd #ddfc6f

Analogous Colors of #6fddfc

#6fddfc #6f97fc #6ffcd5

Monochromatic Colors of #6fddfc

#6fddfc

Complementary Color

#6fddfc #fc8e6f

#6fddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fddfc Color CSS Codes

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

#6fddfc Text Font Color

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

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


#6fddfc Background Color

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

This div background color is #6fddfc


#6fddfc Border Color

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

This div border color is #6fddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fddfc


Comments

No comments written yet.

Please login to write comment.