Color Hex Logo

#6adcec Color Hex

#6ADCEC
(106,220,236)
0 Favorites   0 Comments

Color spaces of #6adcec

RGB 106220236
HSL0.520.770.67
HSV187°55°93°
CMYK 0.550.070.00   0.07
XYZ46.677460.306788.5371
Yxy60.30670.23870.3084
Hunter Lab77.6574-28.6097-13.2363
CIE-Lab82.0046-27.9527-17.7011

#6adcec color RGB value is (106,220,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011100 11101100
Octal 152 334 354
Decimal 106 220 236
Hex 6A DC EC

RGB Percentages of Color #6adcec

%18.86
%39.15
%41.99

CMYK Percentages of Color #6adcec

%55
%7
%0
%7

Triadic Colors of #6adcec

#6adcec #ec6adc #dcec6a

Analogous Colors of #6adcec

#6adcec #6a9bec #6aecbb

Monochromatic Colors of #6adcec

#6adcec

Complementary Color

#6adcec #ec7a6a

#6adcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adcec Color CSS Codes

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

#6adcec Text Font Color

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

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


#6adcec Background Color

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

This div background color is #6adcec


#6adcec Border Color

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

This div border color is #6adcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adcec


Comments

No comments written yet.

Please login to write comment.