Color Hex Logo

#6fdeee Color Hex

#6FDEEE
(111,222,238)
0 Favorites   0 Comments

Color spaces of #6fdeee

RGB 111222238
HSL0.520.790.68
HSV188°53°93°
CMYK 0.530.070.00   0.07
XYZ48.109461.795190.2809
Yxy61.79510.24030.3087
Hunter Lab78.6099-28.3249-13.0658
CIE-Lab82.8043-27.4063-17.5398

#6fdeee color RGB value is (111,222,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011110 11101110
Octal 157 336 356
Decimal 111 222 238
Hex 6F DE EE

RGB Percentages of Color #6fdeee

%19.44
%38.88
%41.68

CMYK Percentages of Color #6fdeee

%53
%7
%0
%7

Triadic Colors of #6fdeee

#6fdeee #ee6fde #deee6f

Analogous Colors of #6fdeee

#6fdeee #6f9fee #6feebf

Monochromatic Colors of #6fdeee

#6fdeee

Complementary Color

#6fdeee #ee7f6f

#6fdeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdeee Color CSS Codes

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

#6fdeee Text Font Color

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

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


#6fdeee Background Color

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

This div background color is #6fdeee


#6fdeee Border Color

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

This div border color is #6fdeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdeee


Comments

No comments written yet.

Please login to write comment.