Color Hex Logo

#6adeea Color Hex

#6ADEEA
(106,222,234)
0 Favorites   0 Comments

Color spaces of #6adeea

RGB 106222234
HSL0.520.750.67
HSV186°55°92°
CMYK 0.550.050.00   0.08
XYZ46.916461.247287.1910
Yxy61.24720.24020.3135
Hunter Lab78.2606-29.9472-11.2732
CIE-Lab82.5115-29.4652-15.8763

#6adeea color RGB value is (106,222,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011110 11101010
Octal 152 336 352
Decimal 106 222 234
Hex 6A DE EA

RGB Percentages of Color #6adeea

%18.86
%39.50
%41.64

CMYK Percentages of Color #6adeea

%55
%5
%0
%8

Triadic Colors of #6adeea

#6adeea #ea6ade #deea6a

Analogous Colors of #6adeea

#6adeea #6a9eea #6aeab6

Monochromatic Colors of #6adeea

#6adeea

Complementary Color

#6adeea #ea766a

#6adeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adeea Color CSS Codes

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

#6adeea Text Font Color

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

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


#6adeea Background Color

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

This div background color is #6adeea


#6adeea Border Color

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

This div border color is #6adeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adeea


Comments

No comments written yet.

Please login to write comment.