Color Hex Logo

#6cefaf Color Hex

#6CEFAF
(108,239,175)
0 Favorites   0 Comments

Color spaces of #6cefaf

RGB 108239175
HSL0.420.800.68
HSV151°55°94°
CMYK 0.550.000.27   0.06
XYZ44.788768.016351.3253
Yxy68.01630.27290.4144
Hunter Lab82.4720-47.386620.8321
CIE-Lab86.0146-50.631120.2356

#6cefaf color RGB value is (108,239,175).

#6cefaf hex color red value is 108, green value is 239 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6cefaf hue: 0.42 , saturation: 0.80 and the lightness value of 6cefaf is 0.68.

The process color (four color CMYK) of #6cefaf color hex is 0.55, 0.00, 0.27, 0.06. Web safe color of #6cefaf is #66ff99. Color #6cefaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101111 10101111
Octal 154 357 257
Decimal 108 239 175
Hex 6C EF AF

RGB Percentages of Color #6cefaf

%20.69
%45.79
%33.52

CMYK Percentages of Color #6cefaf

%55
%0
%27
%6

Triadic Colors of #6cefaf

#6cefaf #af6cef #efaf6c

Analogous Colors of #6cefaf

#6cefaf #6ceeef #6cef6e

Monochromatic Colors of #6cefaf

#6cefaf

Complementary Color

#6cefaf #ef6cac

#6cefaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cefaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cefaf Color CSS Codes

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

#6cefaf Text Font Color

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

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


#6cefaf Background Color

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

This div background color is #6cefaf


#6cefaf Border Color

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

This div border color is #6cefaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cefaf


Comments

No comments written yet.

Please login to write comment.