Color Hex Logo

#6cdeac Color Hex

#6CDEAC
(108,222,172)
0 Favorites   0 Comments

Color spaces of #6cdeac

RGB 108222172
HSL0.430.630.65
HSV154°51°87°
CMYK 0.510.000.23   0.13
XYZ39.752058.409348.2087
Yxy58.40930.27160.3991
Hunter Lab76.4260-40.901016.0987
CIE-Lab80.9658-44.037714.7473

#6cdeac color RGB value is (108,222,172).

#6cdeac hex color red value is 108, green value is 222 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6cdeac hue: 0.43 , saturation: 0.63 and the lightness value of 6cdeac is 0.65.

The process color (four color CMYK) of #6cdeac color hex is 0.51, 0.00, 0.23, 0.13. Web safe color of #6cdeac is #66cc99. Color #6cdeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011110 10101100
Octal 154 336 254
Decimal 108 222 172
Hex 6C DE AC

RGB Percentages of Color #6cdeac

%21.51
%44.22
%34.26

CMYK Percentages of Color #6cdeac

%51
%0
%23
%13

Triadic Colors of #6cdeac

#6cdeac #ac6cde #deac6c

Analogous Colors of #6cdeac

#6cdeac #6cd7de #6cde73

Monochromatic Colors of #6cdeac

#6cdeac

Complementary Color

#6cdeac #de6c9e

#6cdeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdeac Color CSS Codes

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

#6cdeac Text Font Color

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

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


#6cdeac Background Color

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

This div background color is #6cdeac


#6cdeac Border Color

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

This div border color is #6cdeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdeac


Comments

No comments written yet.

Please login to write comment.