Color Hex Logo

#6aefdf Color Hex

#6AEFDF
(106,239,223)
0 Favorites   0 Comments

Color spaces of #6aefdf

RGB 106239223
HSL0.480.810.68
HSV173°56°94°
CMYK 0.560.000.07   0.06
XYZ50.129670.124980.7054
Yxy70.12490.24950.3489
Hunter Lab83.7406-39.69071.4774
CIE-Lab87.0581-40.2402-3.3132

#6aefdf color RGB value is (106,239,223).

#6aefdf hex color red value is 106, green value is 239 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6aefdf hue: 0.48 , saturation: 0.81 and the lightness value of 6aefdf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101111 11011111
Octal 152 357 337
Decimal 106 239 223
Hex 6A EF DF

RGB Percentages of Color #6aefdf

%18.66
%42.08
%39.26

CMYK Percentages of Color #6aefdf

%56
%0
%7
%6

Triadic Colors of #6aefdf

#6aefdf #df6aef #efdf6a

Analogous Colors of #6aefdf

#6aefdf #6abdef #6aef9d

Monochromatic Colors of #6aefdf

#6aefdf

Complementary Color

#6aefdf #ef6a7a

#6aefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aefdf Color CSS Codes

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

#6aefdf Text Font Color

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

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


#6aefdf Background Color

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

This div background color is #6aefdf


#6aefdf Border Color

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

This div border color is #6aefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aefdf


Comments

No comments written yet.

Please login to write comment.