Color Hex Logo

#6ecafc Color Hex

#6ECAFC
(110,202,252)
0 Favorites   0 Comments

Color spaces of #6ecafc

RGB 110202252
HSL0.560.960.71
HSV201°56°99°
CMYK 0.560.200.00   0.01
XYZ45.121652.584399.8671
Yxy52.58430.22840.2662
Hunter Lab72.5150-15.8318-30.8932
CIE-Lab77.6289-13.5244-32.8908

#6ecafc color RGB value is (110,202,252).

#6ecafc hex color red value is 110, green value is 202 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6ecafc hue: 0.56 , saturation: 0.96 and the lightness value of 6ecafc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11001010 11111100
Octal 156 312 374
Decimal 110 202 252
Hex 6E CA FC

RGB Percentages of Color #6ecafc

%19.50
%35.82
%44.68

CMYK Percentages of Color #6ecafc

%56
%20
%0
%1

Triadic Colors of #6ecafc

#6ecafc #fc6eca #cafc6e

Analogous Colors of #6ecafc

#6ecafc #6e83fc #6efce7

Monochromatic Colors of #6ecafc

#6ecafc

Complementary Color

#6ecafc #fca06e

#6ecafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ecafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ecafc Color CSS Codes

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

#6ecafc Text Font Color

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

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


#6ecafc Background Color

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

This div background color is #6ecafc


#6ecafc Border Color

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

This div border color is #6ecafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ecafc


Comments

No comments written yet.

Please login to write comment.