Color Hex Logo

#6adcea Color Hex

#6ADCEA
(106,220,234)
0 Favorites   0 Comments

Color spaces of #6adcea

RGB 106220234
HSL0.520.750.67
HSV187°55°92°
CMYK 0.550.060.00   0.08
XYZ46.388360.191187.0150
Yxy60.19110.23960.3109
Hunter Lab77.5829-29.0416-12.1901
CIE-Lab81.9420-28.4987-16.7332

#6adcea color RGB value is (106,220,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011100 11101010
Octal 152 334 352
Decimal 106 220 234
Hex 6A DC EA

RGB Percentages of Color #6adcea

%18.93
%39.29
%41.79

CMYK Percentages of Color #6adcea

%55
%6
%0
%8

Triadic Colors of #6adcea

#6adcea #ea6adc #dcea6a

Analogous Colors of #6adcea

#6adcea #6a9cea #6aeab8

Monochromatic Colors of #6adcea

#6adcea

Complementary Color

#6adcea #ea786a

#6adcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adcea Color CSS Codes

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

#6adcea Text Font Color

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

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


#6adcea Background Color

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

This div background color is #6adcea


#6adcea Border Color

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

This div border color is #6adcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adcea

#6adcea Color Palettes


Comments

No comments written yet.

Please login to write comment.