Color Hex Logo

#6fe2cd Color Hex

#6FE2CD
(111,226,205)
0 Favorites   0 Comments

Color spaces of #6fe2cd

RGB 111226205
HSL0.470.660.66
HSV169°51°89°
CMYK 0.510.000.09   0.11
XYZ44.771362.180067.3999
Yxy62.18000.25680.3566
Hunter Lab78.8543-36.64764.5205
CIE-Lab83.0091-37.72660.2555

#6fe2cd color RGB value is (111,226,205).

#6fe2cd hex color red value is 111, green value is 226 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6fe2cd hue: 0.47 , saturation: 0.66 and the lightness value of 6fe2cd is 0.66.

The process color (four color CMYK) of #6fe2cd color hex is 0.51, 0.00, 0.09, 0.11. Web safe color of #6fe2cd is #66cccc. Color #6fe2cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11100010 11001101
Octal 157 342 315
Decimal 111 226 205
Hex 6F E2 CD

RGB Percentages of Color #6fe2cd

%20.48
%41.70
%37.82

CMYK Percentages of Color #6fe2cd

%51
%0
%9
%11

Triadic Colors of #6fe2cd

#6fe2cd #cd6fe2 #e2cd6f

Analogous Colors of #6fe2cd

#6fe2cd #6fbee2 #6fe294

Monochromatic Colors of #6fe2cd

#6fe2cd

Complementary Color

#6fe2cd #e26f84

#6fe2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fe2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fe2cd Color CSS Codes

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

#6fe2cd Text Font Color

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

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


#6fe2cd Background Color

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

This div background color is #6fe2cd


#6fe2cd Border Color

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

This div border color is #6fe2cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fe2cd


Comments

No comments written yet.

Please login to write comment.