Color Hex Logo

#6eecea Color Hex

#6EECEA
(110,236,234)
0 Favorites   0 Comments

Color spaces of #6eecea

RGB 110236234
HSL0.500.770.68
HSV179°53°93°
CMYK 0.530.000.01   0.07
XYZ51.277169.246488.5052
Yxy69.24640.24530.3313
Hunter Lab83.2144-35.6327-4.8096
CIE-Lab86.6259-35.3182-9.7109

#6eecea color RGB value is (110,236,234).

#6eecea hex color red value is 110, green value is 236 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6eecea hue: 0.50 , saturation: 0.77 and the lightness value of 6eecea is 0.68.

The process color (four color CMYK) of #6eecea color hex is 0.53, 0.00, 0.01, 0.07. Web safe color of #6eecea is #66ffff. Color #6eecea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101100 11101010
Octal 156 354 352
Decimal 110 236 234
Hex 6E EC EA

RGB Percentages of Color #6eecea

%18.97
%40.69
%40.34

CMYK Percentages of Color #6eecea

%53
%0
%1
%7

Triadic Colors of #6eecea

#6eecea #ea6eec #ecea6e

Analogous Colors of #6eecea

#6eecea #6eafec #6eecab

Monochromatic Colors of #6eecea

#6eecea

Complementary Color

#6eecea #ec6e70

#6eecea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eecea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eecea Color CSS Codes

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

#6eecea Text Font Color

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

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


#6eecea Background Color

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

This div background color is #6eecea


#6eecea Border Color

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

This div border color is #6eecea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eecea


Comments

No comments written yet.

Please login to write comment.