Color Hex Logo

#6aecda Color Hex

#6AECDA
(106,236,218)
0 Favorites   0 Comments

Color spaces of #6aecda

RGB 106236218
HSL0.480.770.67
HSV172°55°93°
CMYK 0.550.000.08   0.07
XYZ48.594268.117076.9164
Yxy68.11700.25100.3518
Hunter Lab82.5330-39.33472.5180
CIE-Lab86.0649-40.1265-2.1475

#6aecda color RGB value is (106,236,218).

#6aecda hex color red value is 106, green value is 236 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6aecda hue: 0.48 , saturation: 0.77 and the lightness value of 6aecda is 0.67.

The process color (four color CMYK) of #6aecda color hex is 0.55, 0.00, 0.08, 0.07. Web safe color of #6aecda is #66ffcc. Color #6aecda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101100 11011010
Octal 152 354 332
Decimal 106 236 218
Hex 6A EC DA

RGB Percentages of Color #6aecda

%18.93
%42.14
%38.93

CMYK Percentages of Color #6aecda

%55
%0
%8
%7

Triadic Colors of #6aecda

#6aecda #da6aec #ecda6a

Analogous Colors of #6aecda

#6aecda #6abdec #6aec99

Monochromatic Colors of #6aecda

#6aecda

Complementary Color

#6aecda #ec6a7c

#6aecda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aecda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aecda Color CSS Codes

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

#6aecda Text Font Color

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

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


#6aecda Background Color

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

This div background color is #6aecda


#6aecda Border Color

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

This div border color is #6aecda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aecda


Comments

No comments written yet.

Please login to write comment.