Color Hex Logo

#6adebc Color Hex

#6ADEBC
(106,222,188)
0 Favorites   0 Comments

Color spaces of #6adebc

RGB 106222188
HSL0.450.640.64
HSV162°52°87°
CMYK 0.520.000.15   0.13
XYZ41.142258.937656.7846
Yxy58.93760.26230.3757
Hunter Lab76.7708-38.68919.8849
CIE-Lab81.2573-40.98506.6994

#6adebc color RGB value is (106,222,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011110 10111100
Octal 152 336 274
Decimal 106 222 188
Hex 6A DE BC

RGB Percentages of Color #6adebc

%20.54
%43.02
%36.43

CMYK Percentages of Color #6adebc

%52
%0
%15
%13

Triadic Colors of #6adebc

#6adebc #bc6ade #debc6a

Analogous Colors of #6adebc

#6adebc #6ac6de #6ade82

Monochromatic Colors of #6adebc

#6adebc

Complementary Color

#6adebc #de6a8c

#6adebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adebc Color CSS Codes

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

#6adebc Text Font Color

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

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


#6adebc Background Color

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

This div background color is #6adebc


#6adebc Border Color

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

This div border color is #6adebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adebc


Comments

No comments written yet.

Please login to write comment.