Color Hex Logo

#6adfbd Color Hex

#6ADFBD
(106,223,189)
0 Favorites   0 Comments

Color spaces of #6adfbd

RGB 106223189
HSL0.450.650.65
HSV163°52°87°
CMYK 0.520.000.15   0.13
XYZ41.516859.513657.4432
Yxy59.51360.26200.3755
Hunter Lab77.1451-38.94139.8534
CIE-Lab81.5731-41.20186.6240

#6adfbd color RGB value is (106,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011111 10111101
Octal 152 337 275
Decimal 106 223 189
Hex 6A DF BD

RGB Percentages of Color #6adfbd

%20.46
%43.05
%36.49

CMYK Percentages of Color #6adfbd

%52
%0
%15
%13

Triadic Colors of #6adfbd

#6adfbd #bd6adf #dfbd6a

Analogous Colors of #6adfbd

#6adfbd #6ac7df #6adf83

Monochromatic Colors of #6adfbd

#6adfbd

Complementary Color

#6adfbd #df6a8c

#6adfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adfbd Color CSS Codes

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

#6adfbd Text Font Color

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

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


#6adfbd Background Color

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

This div background color is #6adfbd


#6adfbd Border Color

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

This div border color is #6adfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adfbd


Comments

No comments written yet.

Please login to write comment.