Color Hex Logo

#6fdefd Color Hex

#6FDEFD
(111,222,253)
0 Favorites   0 Comments

Color spaces of #6fdefd

RGB 111222253
HSL0.540.970.71
HSV193°56°99°
CMYK 0.560.120.00   0.01
XYZ50.406462.7139102.3768
Yxy62.71390.23390.2910
Hunter Lab79.1921-24.9695-21.2136
CIE-Lab83.2916-23.2632-24.7419

#6fdefd color RGB value is (111,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011110 11111101
Octal 157 336 375
Decimal 111 222 253
Hex 6F DE FD

RGB Percentages of Color #6fdefd

%18.94
%37.88
%43.17

CMYK Percentages of Color #6fdefd

%56
%12
%0
%1

Triadic Colors of #6fdefd

#6fdefd #fd6fde #defd6f

Analogous Colors of #6fdefd

#6fdefd #6f97fd #6ffdd5

Monochromatic Colors of #6fdefd

#6fdefd

Complementary Color

#6fdefd #fd8e6f

#6fdefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdefd Color CSS Codes

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

#6fdefd Text Font Color

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

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


#6fdefd Background Color

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

This div background color is #6fdefd


#6fdefd Border Color

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

This div border color is #6fdefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdefd


Comments

No comments written yet.

Please login to write comment.