Color Hex Logo

#6fdeed Color Hex

#6FDEED
(111,222,237)
0 Favorites   0 Comments

Color spaces of #6fdeed

RGB 111222237
HSL0.520.780.68
HSV187°53°93°
CMYK 0.530.060.00   0.07
XYZ47.962961.736589.5092
Yxy61.73650.24080.3099
Hunter Lab78.5726-28.5406-12.5418
CIE-Lab82.7731-27.6765-17.0568

#6fdeed color RGB value is (111,222,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011110 11101101
Octal 157 336 355
Decimal 111 222 237
Hex 6F DE ED

RGB Percentages of Color #6fdeed

%19.47
%38.95
%41.58

CMYK Percentages of Color #6fdeed

%53
%6
%0
%7

Triadic Colors of #6fdeed

#6fdeed #ed6fde #deed6f

Analogous Colors of #6fdeed

#6fdeed #6f9fed #6fedbd

Monochromatic Colors of #6fdeed

#6fdeed

Complementary Color

#6fdeed #ed7e6f

#6fdeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdeed Color CSS Codes

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

#6fdeed Text Font Color

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

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


#6fdeed Background Color

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

This div background color is #6fdeed


#6fdeed Border Color

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

This div border color is #6fdeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdeed


Comments

No comments written yet.

Please login to write comment.