Color Hex Logo

#6feddf Color Hex

#6FEDDF
(111,237,223)
0 Favorites   0 Comments

Color spaces of #6feddf

RGB 111237223
HSL0.480.780.68
HSV173°53°93°
CMYK 0.530.000.06   0.07
XYZ50.159069.275680.5399
Yxy69.27560.25080.3464
Hunter Lab83.2320-38.08450.8901
CIE-Lab86.6403-38.3606-3.9096

#6feddf color RGB value is (111,237,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101101 11011111
Octal 157 355 337
Decimal 111 237 223
Hex 6F ED DF

RGB Percentages of Color #6feddf

%19.44
%41.51
%39.05

CMYK Percentages of Color #6feddf

%53
%0
%6
%7

Triadic Colors of #6feddf

#6feddf #df6fed #eddf6f

Analogous Colors of #6feddf

#6feddf #6fbced #6feda0

Monochromatic Colors of #6feddf

#6feddf

Complementary Color

#6feddf #ed6f7d

#6feddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6feddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6feddf Color CSS Codes

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

#6feddf Text Font Color

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

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


#6feddf Background Color

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

This div background color is #6feddf


#6feddf Border Color

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

This div border color is #6feddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6feddf


Comments

No comments written yet.

Please login to write comment.