Color Hex Logo

#6fdeec Color Hex

#6FDEEC
(111,222,236)
0 Favorites   0 Comments

Color spaces of #6fdeec

RGB 111222236
HSL0.520.770.68
HSV187°53°93°
CMYK 0.530.060.00   0.07
XYZ47.817161.678288.7417
Yxy61.67820.24120.3111
Hunter Lab78.5355-28.7556-12.0203
CIE-Lab82.7420-27.9462-16.5734

#6fdeec color RGB value is (111,222,236).

#6fdeec hex color red value is 111, green value is 222 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6fdeec hue: 0.52 , saturation: 0.77 and the lightness value of 6fdeec is 0.68.

The process color (four color CMYK) of #6fdeec color hex is 0.53, 0.06, 0.00, 0.07. Web safe color of #6fdeec is #66ccff. Color #6fdeec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011110 11101100
Octal 157 336 354
Decimal 111 222 236
Hex 6F DE EC

RGB Percentages of Color #6fdeec

%19.51
%39.02
%41.48

CMYK Percentages of Color #6fdeec

%53
%6
%0
%7

Triadic Colors of #6fdeec

#6fdeec #ec6fde #deec6f

Analogous Colors of #6fdeec

#6fdeec #6fa0ec #6fecbc

Monochromatic Colors of #6fdeec

#6fdeec

Complementary Color

#6fdeec #ec7d6f

#6fdeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdeec Color CSS Codes

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

#6fdeec Text Font Color

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

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


#6fdeec Background Color

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

This div background color is #6fdeec


#6fdeec Border Color

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

This div border color is #6fdeec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,222,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdeec


Comments

No comments written yet.

Please login to write comment.