Color Hex Logo

#6aeebd Color Hex

#6AEEBD
(106,238,189)
0 Favorites   0 Comments

Color spaces of #6aeebd

RGB 106238189
HSL0.440.800.67
HSV158°55°93°
CMYK 0.550.000.21   0.07
XYZ45.703767.887458.8388
Yxy67.88740.26510.3937
Hunter Lab82.3938-45.175515.3357
CIE-Lab85.9501-47.721412.8722

#6aeebd color RGB value is (106,238,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101110 10111101
Octal 152 356 275
Decimal 106 238 189
Hex 6A EE BD

RGB Percentages of Color #6aeebd

%19.89
%44.65
%35.46

CMYK Percentages of Color #6aeebd

%55
%0
%21
%7

Triadic Colors of #6aeebd

#6aeebd #bd6aee #eebd6a

Analogous Colors of #6aeebd

#6aeebd #6addee #6aee7b

Monochromatic Colors of #6aeebd

#6aeebd

Complementary Color

#6aeebd #ee6a9b

#6aeebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aeebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aeebd Color CSS Codes

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

#6aeebd Text Font Color

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

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


#6aeebd Background Color

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

This div background color is #6aeebd


#6aeebd Border Color

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

This div border color is #6aeebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aeebd


Comments

No comments written yet.

Please login to write comment.