Color Hex Logo

#6adfbe Color Hex

#6ADFBE
(106,223,190)
0 Favorites   0 Comments

Color spaces of #6adfbe

RGB 106223190
HSL0.450.650.65
HSV163°52°87°
CMYK 0.520.000.15   0.13
XYZ41.625859.557258.0170
Yxy59.55720.26150.3741
Hunter Lab77.1733-38.77389.4486
CIE-Lab81.5969-40.97276.1287

#6adfbe color RGB value is (106,223,190).

#6adfbe hex color red value is 106, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6adfbe hue: 0.45 , saturation: 0.65 and the lightness value of 6adfbe is 0.65.

The process color (four color CMYK) of #6adfbe color hex is 0.52, 0.00, 0.15, 0.13. Web safe color of #6adfbe is #66cccc. Color #6adfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011111 10111110
Octal 152 337 276
Decimal 106 223 190
Hex 6A DF BE

RGB Percentages of Color #6adfbe

%20.42
%42.97
%36.61

CMYK Percentages of Color #6adfbe

%52
%0
%15
%13

Triadic Colors of #6adfbe

#6adfbe #be6adf #dfbe6a

Analogous Colors of #6adfbe

#6adfbe #6ac6df #6adf84

Monochromatic Colors of #6adfbe

#6adfbe

Complementary Color

#6adfbe #df6a8b

#6adfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adfbe Color CSS Codes

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

#6adfbe Text Font Color

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

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


#6adfbe Background Color

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

This div background color is #6adfbe


#6adfbe Border Color

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

This div border color is #6adfbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,223,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 #6adfbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adfbe


Comments

No comments written yet.

Please login to write comment.