Color Hex Logo

#6adeec Color Hex

#6ADEEC
(106,222,236)
0 Favorites   0 Comments

Color spaces of #6adeec

RGB 106222236
HSL0.520.770.67
HSV186°55°93°
CMYK 0.550.060.00   0.07
XYZ47.205561.362988.7131
Yxy61.36290.23930.3110
Hunter Lab78.3345-29.5186-12.3113
CIE-Lab82.5734-28.9224-16.8439

#6adeec color RGB value is (106,222,236).

#6adeec hex color red value is 106, green value is 222 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6adeec hue: 0.52 , saturation: 0.77 and the lightness value of 6adeec is 0.67.

The process color (four color CMYK) of #6adeec color hex is 0.55, 0.06, 0.00, 0.07. Web safe color of #6adeec is #66ccff. Color #6adeec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011110 11101100
Octal 152 336 354
Decimal 106 222 236
Hex 6A DE EC

RGB Percentages of Color #6adeec

%18.79
%39.36
%41.84

CMYK Percentages of Color #6adeec

%55
%6
%0
%7

Triadic Colors of #6adeec

#6adeec #ec6ade #deec6a

Analogous Colors of #6adeec

#6adeec #6a9dec #6aecb9

Monochromatic Colors of #6adeec

#6adeec

Complementary Color

#6adeec #ec786a

#6adeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adeec Color CSS Codes

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

#6adeec Text Font Color

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

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


#6adeec Background Color

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

This div background color is #6adeec


#6adeec Border Color

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

This div border color is #6adeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adeec


Comments

No comments written yet.

Please login to write comment.