Color Hex Logo

#6aeebb Color Hex

#6AEEBB
(106,238,187)
0 Favorites   0 Comments

Color spaces of #6aeebb

RGB 106238187
HSL0.440.800.67
HSV157°55°93°
CMYK 0.550.000.21   0.07
XYZ45.488067.801157.7032
Yxy67.80110.26600.3965
Hunter Lab82.3414-45.488516.0898
CIE-Lab85.9069-48.152413.8526

#6aeebb color RGB value is (106,238,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101110 10111011
Octal 152 356 273
Decimal 106 238 187
Hex 6A EE BB

RGB Percentages of Color #6aeebb

%19.96
%44.82
%35.22

CMYK Percentages of Color #6aeebb

%55
%0
%21
%7

Triadic Colors of #6aeebb

#6aeebb #bb6aee #eebb6a

Analogous Colors of #6aeebb

#6aeebb #6adfee #6aee79

Monochromatic Colors of #6aeebb

#6aeebb

Complementary Color

#6aeebb #ee6a9d

#6aeebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aeebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aeebb Color CSS Codes

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

#6aeebb Text Font Color

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

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


#6aeebb Background Color

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

This div background color is #6aeebb


#6aeebb Border Color

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

This div border color is #6aeebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aeebb


Comments

No comments written yet.

Please login to write comment.