Color Hex Logo

#6aeecb Color Hex

#6AEECB
(106,238,203)
0 Favorites   0 Comments

Color spaces of #6aeecb

RGB 106238203
HSL0.460.800.67
HSV164°55°93°
CMYK 0.550.000.15   0.07
XYZ47.297968.525067.2337
Yxy68.52500.25840.3743
Hunter Lab82.7798-42.87529.7906
CIE-Lab86.2683-44.59036.0151

#6aeecb color RGB value is (106,238,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101110 11001011
Octal 152 356 313
Decimal 106 238 203
Hex 6A EE CB

RGB Percentages of Color #6aeecb

%19.38
%43.51
%37.11

CMYK Percentages of Color #6aeecb

%55
%0
%15
%7

Triadic Colors of #6aeecb

#6aeecb #cb6aee #eecb6a

Analogous Colors of #6aeecb

#6aeecb #6acfee #6aee89

Monochromatic Colors of #6aeecb

#6aeecb

Complementary Color

#6aeecb #ee6a8d

#6aeecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aeecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aeecb Color CSS Codes

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

#6aeecb Text Font Color

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

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


#6aeecb Background Color

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

This div background color is #6aeecb


#6aeecb Border Color

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

This div border color is #6aeecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aeecb


Comments

No comments written yet.

Please login to write comment.