Color Hex Logo

#6edddc Color Hex

#6EDDDC
(110,221,220)
0 Favorites   0 Comments

Color spaces of #6edddc

RGB 110221220
HSL0.500.620.65
HSV179°50°87°
CMYK 0.500.000.00   0.13
XYZ45.205160.195276.9464
Yxy60.19520.24790.3301
Hunter Lab77.5856-31.7720-4.4917
CIE-Lab81.9442-31.8841-9.2754

#6edddc color RGB value is (110,221,220).

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

The process color (four color CMYK) of #6edddc color hex is 0.50, 0.00, 0.00, 0.13. Web safe color of #6edddc is #66cccc. Color #6edddc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011101 11011100
Octal 156 335 334
Decimal 110 221 220
Hex 6E DD DC

RGB Percentages of Color #6edddc

%19.96
%40.11
%39.93

CMYK Percentages of Color #6edddc

%50
%0
%0
%13

Triadic Colors of #6edddc

#6edddc #dc6edd #dddc6e

Analogous Colors of #6edddc

#6edddc #6ea7dd #6edda5

Monochromatic Colors of #6edddc

#6edddc

Complementary Color

#6edddc #dd6e6f

#6edddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edddc Color CSS Codes

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

#6edddc Text Font Color

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

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


#6edddc Background Color

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

This div background color is #6edddc


#6edddc Border Color

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

This div border color is #6edddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,221,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edddc


Comments

No comments written yet.

Please login to write comment.