Color Hex Logo

#6adece Color Hex

#6ADECE
(106,222,206)
0 Favorites   0 Comments

Color spaces of #6adece

RGB 106222206
HSL0.480.640.64
HSV172°52°87°
CMYK 0.520.000.07   0.13
XYZ43.205759.763067.6507
Yxy59.76300.25320.3503
Hunter Lab77.3065-35.52492.2301
CIE-Lab81.7092-36.7124-2.1968

#6adece color RGB value is (106,222,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011110 11001110
Octal 152 336 316
Decimal 106 222 206
Hex 6A DE CE

RGB Percentages of Color #6adece

%19.85
%41.57
%38.58

CMYK Percentages of Color #6adece

%52
%0
%7
%13

Triadic Colors of #6adece

#6adece #ce6ade #dece6a

Analogous Colors of #6adece

#6adece #6ab4de #6ade94

Monochromatic Colors of #6adece

#6adece

Complementary Color

#6adece #de6a7a

#6adece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adece Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adece Color CSS Codes

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

#6adece Text Font Color

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

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


#6adece Background Color

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

This div background color is #6adece


#6adece Border Color

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

This div border color is #6adece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adece


Comments

No comments written yet.

Please login to write comment.