Color Hex Logo

#6cfee5 Color Hex

#6CFEE5
(108,254,229)
0 Favorites   0 Comments

Color spaces of #6cfee5

RGB 108254229
HSL0.470.990.71
HSV170°57°100°
CMYK 0.570.000.10   0.00
XYZ55.769079.728986.5786
Yxy79.72890.25110.3590
Hunter Lab89.2910-44.77265.0148
CIE-Lab91.5631-45.04470.1658

#6cfee5 color RGB value is (108,254,229).

#6cfee5 hex color red value is 108, green value is 254 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #6cfee5 hue: 0.47 , saturation: 0.99 and the lightness value of 6cfee5 is 0.71.

The process color (four color CMYK) of #6cfee5 color hex is 0.57, 0.00, 0.10, 0.00. Web safe color of #6cfee5 is #66ffcc. Color #6cfee5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11111110 11100101
Octal 154 376 345
Decimal 108 254 229
Hex 6C FE E5

RGB Percentages of Color #6cfee5

%18.27
%42.98
%38.75

CMYK Percentages of Color #6cfee5

%57
%0
%10
%0

Triadic Colors of #6cfee5

#6cfee5 #e56cfe #fee56c

Analogous Colors of #6cfee5

#6cfee5 #6ccefe #6cfe9c

Monochromatic Colors of #6cfee5

#6cfee5

Complementary Color

#6cfee5 #fe6c85

#6cfee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cfee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cfee5 Color CSS Codes

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

#6cfee5 Text Font Color

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

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


#6cfee5 Background Color

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

This div background color is #6cfee5


#6cfee5 Border Color

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

This div border color is #6cfee5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,254,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6cfee5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6cfee5;
  -webkit-box-shadow: 1px 1px 3px 2px #6cfee5;
  box-shadow:         1px 1px 3px 2px #6cfee5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,254,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cfee5


Comments

No comments written yet.

Please login to write comment.