Color Hex Logo

#6cddae Color Hex

#6CDDAE
(108,221,174)
0 Favorites   0 Comments

Color spaces of #6cddae

RGB 108221174
HSL0.430.620.65
HSV155°51°87°
CMYK 0.510.000.21   0.13
XYZ39.680857.957049.1398
Yxy57.95700.27030.3949
Hunter Lab76.1295-40.187515.0203
CIE-Lab80.7149-43.179413.3395

#6cddae color RGB value is (108,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011101 10101110
Octal 154 335 256
Decimal 108 221 174
Hex 6C DD AE

RGB Percentages of Color #6cddae

%21.47
%43.94
%34.59

CMYK Percentages of Color #6cddae

%51
%0
%21
%13

Triadic Colors of #6cddae

#6cddae #ae6cdd #ddae6c

Analogous Colors of #6cddae

#6cddae #6cd4dd #6cdd76

Monochromatic Colors of #6cddae

#6cddae

Complementary Color

#6cddae #dd6c9b

#6cddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cddae Color CSS Codes

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

#6cddae Text Font Color

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

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


#6cddae Background Color

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

This div background color is #6cddae


#6cddae Border Color

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

This div border color is #6cddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cddae


Comments

No comments written yet.

Please login to write comment.