Color Hex Logo

#6edddf Color Hex

#6EDDDF
(110,221,223)
0 Favorites   0 Comments

Color spaces of #6edddf

RGB 110221223
HSL0.500.640.65
HSV181°51°87°
CMYK 0.510.010.00   0.13
XYZ45.606160.355679.0581
Yxy60.35560.24650.3262
Hunter Lab77.6889-31.1697-5.9528
CIE-Lab82.0311-31.1081-10.7405

#6edddf color RGB value is (110,221,223).

#6edddf hex color red value is 110, green value is 221 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6edddf hue: 0.50 , saturation: 0.64 and the lightness value of 6edddf is 0.65.

The process color (four color CMYK) of #6edddf color hex is 0.51, 0.01, 0.00, 0.13. Web safe color of #6edddf is #66cccc. Color #6edddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011101 11011111
Octal 156 335 337
Decimal 110 221 223
Hex 6E DD DF

RGB Percentages of Color #6edddf

%19.86
%39.89
%40.25

CMYK Percentages of Color #6edddf

%51
%1
%0
%13

Triadic Colors of #6edddf

#6edddf #df6edd #dddf6e

Analogous Colors of #6edddf

#6edddf #6ea5df #6edfa9

Monochromatic Colors of #6edddf

#6edddf

Complementary Color

#6edddf #df706e

#6edddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edddf Color CSS Codes

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

#6edddf Text Font Color

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

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


#6edddf Background Color

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

This div background color is #6edddf


#6edddf Border Color

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

This div border color is #6edddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edddf


Comments

No comments written yet.

Please login to write comment.