Color Hex Logo

#6fdefc Color Hex

#6FDEFC
(111,222,252)
0 Favorites   0 Comments

Color spaces of #6fdefc

RGB 111222252
HSL0.540.960.71
HSV193°56°99°
CMYK 0.560.120.00   0.01
XYZ50.247562.6503101.5399
Yxy62.65030.23430.2922
Hunter Lab79.1519-25.1999-20.6537
CIE-Lab83.2580-23.5442-24.2644

#6fdefc color RGB value is (111,222,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011110 11111100
Octal 157 336 374
Decimal 111 222 252
Hex 6F DE FC

RGB Percentages of Color #6fdefc

%18.97
%37.95
%43.08

CMYK Percentages of Color #6fdefc

%56
%12
%0
%1

Triadic Colors of #6fdefc

#6fdefc #fc6fde #defc6f

Analogous Colors of #6fdefc

#6fdefc #6f98fc #6ffcd4

Monochromatic Colors of #6fdefc

#6fdefc

Complementary Color

#6fdefc #fc8d6f

#6fdefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdefc Color CSS Codes

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

#6fdefc Text Font Color

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

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


#6fdefc Background Color

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

This div background color is #6fdefc


#6fdefc Border Color

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

This div border color is #6fdefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdefc


Comments

No comments written yet.

Please login to write comment.