Color Hex Logo

#6cefd6 Color Hex

#6CEFD6
(108,239,214)
0 Favorites   0 Comments

Color spaces of #6cefd6

RGB 108239214
HSL0.470.800.68
HSV169°55°94°
CMYK 0.550.000.10   0.06
XYZ49.188469.776274.4940
Yxy69.77620.25430.3607
Hunter Lab83.5321-41.07055.5977
CIE-Lab86.8870-42.04691.1598

#6cefd6 color RGB value is (108,239,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101111 11010110
Octal 154 357 326
Decimal 108 239 214
Hex 6C EF D6

RGB Percentages of Color #6cefd6

%19.25
%42.60
%38.15

CMYK Percentages of Color #6cefd6

%55
%0
%10
%6

Triadic Colors of #6cefd6

#6cefd6 #d66cef #efd66c

Analogous Colors of #6cefd6

#6cefd6 #6cc7ef #6cef95

Monochromatic Colors of #6cefd6

#6cefd6

Complementary Color

#6cefd6 #ef6c85

#6cefd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cefd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cefd6 Color CSS Codes

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

#6cefd6 Text Font Color

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

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


#6cefd6 Background Color

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

This div background color is #6cefd6


#6cefd6 Border Color

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

This div border color is #6cefd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cefd6


Comments

No comments written yet.

Please login to write comment.