Color Hex Logo

#6adfcb Color Hex

#6ADFCB
(106,223,203)
0 Favorites   0 Comments

Color spaces of #6adfcb

RGB 106223203
HSL0.470.650.65
HSV170°52°87°
CMYK 0.520.000.09   0.13
XYZ43.111060.151365.8381
Yxy60.15130.25490.3557
Hunter Lab77.5573-36.50423.9590
CIE-Lab81.9204-37.9037-0.2947

#6adfcb color RGB value is (106,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011111 11001011
Octal 152 337 313
Decimal 106 223 203
Hex 6A DF CB

RGB Percentages of Color #6adfcb

%19.92
%41.92
%38.16

CMYK Percentages of Color #6adfcb

%52
%0
%9
%13

Triadic Colors of #6adfcb

#6adfcb #cb6adf #dfcb6a

Analogous Colors of #6adfcb

#6adfcb #6ab9df #6adf91

Monochromatic Colors of #6adfcb

#6adfcb

Complementary Color

#6adfcb #df6a7e

#6adfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adfcb Color CSS Codes

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

#6adfcb Text Font Color

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

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


#6adfcb Background Color

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

This div background color is #6adfcb


#6adfcb Border Color

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

This div border color is #6adfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adfcb


Comments

No comments written yet.

Please login to write comment.