Color Hex Logo

#6ffddc Color Hex

#6FFDDC
(111,253,220)
0 Favorites   0 Comments

Color spaces of #6ffddc

RGB 111253220
HSL0.460.970.71
HSV166°56°99°
CMYK 0.560.000.13   0.01
XYZ54.599178.797480.0419
Yxy78.79740.25580.3692
Hunter Lab88.7679-45.55268.6758
CIE-Lab91.1425-46.17974.2264

#6ffddc color RGB value is (111,253,220).

#6ffddc hex color red value is 111, green value is 253 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6ffddc hue: 0.46 , saturation: 0.97 and the lightness value of 6ffddc is 0.71.

The process color (four color CMYK) of #6ffddc color hex is 0.56, 0.00, 0.13, 0.01. Web safe color of #6ffddc is #66ffcc. Color #6ffddc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111101 11011100
Octal 157 375 334
Decimal 111 253 220
Hex 6F FD DC

RGB Percentages of Color #6ffddc

%19.01
%43.32
%37.67

CMYK Percentages of Color #6ffddc

%56
%0
%13
%1

Triadic Colors of #6ffddc

#6ffddc #dc6ffd #fddc6f

Analogous Colors of #6ffddc

#6ffddc #6fd7fd #6ffd95

Monochromatic Colors of #6ffddc

#6ffddc

Complementary Color

#6ffddc #fd6f90

#6ffddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ffddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ffddc Color CSS Codes

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

#6ffddc Text Font Color

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

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


#6ffddc Background Color

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

This div background color is #6ffddc


#6ffddc Border Color

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

This div border color is #6ffddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ffddc


Comments

No comments written yet.

Please login to write comment.