Color Hex Logo

#6ffdec Color Hex

#6FFDEC
(111,253,236)
0 Favorites   0 Comments

Color spaces of #6ffdec

RGB 111253236
HSL0.480.970.71
HSV173°56°99°
CMYK 0.560.000.07   0.01
XYZ56.821179.686291.7431
Yxy79.68620.24890.3491
Hunter Lab89.2671-42.59711.5525
CIE-Lab91.5439-42.3460-3.4806

#6ffdec color RGB value is (111,253,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111101 11101100
Octal 157 375 354
Decimal 111 253 236
Hex 6F FD EC

RGB Percentages of Color #6ffdec

%18.50
%42.17
%39.33

CMYK Percentages of Color #6ffdec

%56
%0
%7
%1

Triadic Colors of #6ffdec

#6ffdec #ec6ffd #fdec6f

Analogous Colors of #6ffdec

#6ffdec #6fc7fd #6ffda5

Monochromatic Colors of #6ffdec

#6ffdec

Complementary Color

#6ffdec #fd6f80

#6ffdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ffdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ffdec Color CSS Codes

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

#6ffdec Text Font Color

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

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


#6ffdec Background Color

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

This div background color is #6ffdec


#6ffdec Border Color

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

This div border color is #6ffdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ffdec

Related Colors


Comments

No comments written yet.

Please login to write comment.