Color Hex Logo

#6ecacc Color Hex

#6ECACC
(110,202,204)
0 Favorites   0 Comments

Color spaces of #6ecacc

RGB 110202204
HSL0.500.480.62
HSV181°46°80°
CMYK 0.460.010.00   0.20
XYZ38.450049.915764.7349
Yxy49.91570.25110.3260
Hunter Lab70.6510-26.4953-4.8695
CIE-Lab76.0175-26.8364-9.5221

#6ecacc color RGB value is (110,202,204).

#6ecacc hex color red value is 110, green value is 202 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6ecacc hue: 0.50 , saturation: 0.48 and the lightness value of 6ecacc is 0.62.

The process color (four color CMYK) of #6ecacc color hex is 0.46, 0.01, 0.00, 0.20. Web safe color of #6ecacc is #66cccc. Color #6ecacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11001010 11001100
Octal 156 312 314
Decimal 110 202 204
Hex 6E CA CC

RGB Percentages of Color #6ecacc

%21.32
%39.15
%39.53

CMYK Percentages of Color #6ecacc

%46
%1
%0
%20

Triadic Colors of #6ecacc

#6ecacc #cc6eca #cacc6e

Analogous Colors of #6ecacc

#6ecacc #6e9bcc #6ecc9f

Monochromatic Colors of #6ecacc

#6ecacc

Complementary Color

#6ecacc #cc706e

#6ecacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ecacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ecacc Color CSS Codes

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

#6ecacc Text Font Color

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

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


#6ecacc Background Color

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

This div background color is #6ecacc


#6ecacc Border Color

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

This div border color is #6ecacc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,202,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ecacc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ecacc;
  -webkit-box-shadow: 1px 1px 3px 2px #6ecacc;
  box-shadow:         1px 1px 3px 2px #6ecacc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,202,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ecacc


Comments

No comments written yet.

Please login to write comment.