Color Hex Logo

#6aecbe Color Hex

#6AECBE
(106,236,190)
0 Favorites   0 Comments

Color spaces of #6aecbe

RGB 106236190
HSL0.440.770.67
HSV159°55°93°
CMYK 0.550.000.19   0.07
XYZ45.233666.772859.2196
Yxy66.77280.26420.3900
Hunter Lab81.7146-44.190914.2320
CIE-Lab85.3891-46.650911.5543

#6aecbe color RGB value is (106,236,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101100 10111110
Octal 152 354 276
Decimal 106 236 190
Hex 6A EC BE

RGB Percentages of Color #6aecbe

%19.92
%44.36
%35.71

CMYK Percentages of Color #6aecbe

%55
%0
%19
%7

Triadic Colors of #6aecbe

#6aecbe #be6aec #ecbe6a

Analogous Colors of #6aecbe

#6aecbe #6ad9ec #6aec7d

Monochromatic Colors of #6aecbe

#6aecbe

Complementary Color

#6aecbe #ec6a98

#6aecbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aecbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aecbe Color CSS Codes

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

#6aecbe Text Font Color

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

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


#6aecbe Background Color

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

This div background color is #6aecbe


#6aecbe Border Color

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

This div border color is #6aecbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aecbe


Comments

No comments written yet.

Please login to write comment.