Color Hex Logo

#6aedce Color Hex

#6AEDCE
(106,237,206)
0 Favorites   0 Comments

Color spaces of #6aedce

RGB 106237206
HSL0.460.780.67
HSV166°55°93°
CMYK 0.550.000.13   0.07
XYZ47.368668.088869.0384
Yxy68.08880.25670.3691
Hunter Lab82.5159-41.93438.1551
CIE-Lab86.0508-43.45574.1298

#6aedce color RGB value is (106,237,206).

#6aedce hex color red value is 106, green value is 237 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6aedce hue: 0.46 , saturation: 0.78 and the lightness value of 6aedce is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101101 11001110
Octal 152 355 316
Decimal 106 237 206
Hex 6A ED CE

RGB Percentages of Color #6aedce

%19.31
%43.17
%37.52

CMYK Percentages of Color #6aedce

%55
%0
%13
%7

Triadic Colors of #6aedce

#6aedce #ce6aed #edce6a

Analogous Colors of #6aedce

#6aedce #6acbed #6aed8d

Monochromatic Colors of #6aedce

#6aedce

Complementary Color

#6aedce #ed6a89

#6aedce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aedce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aedce Color CSS Codes

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

#6aedce Text Font Color

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

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


#6aedce Background Color

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

This div background color is #6aedce


#6aedce Border Color

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

This div border color is #6aedce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aedce


Comments

No comments written yet.

Please login to write comment.