Color Hex Logo

#6adcef Color Hex

#6ADCEF
(106,220,239)
0 Favorites   0 Comments

Color spaces of #6adcef

RGB 106220239
HSL0.520.810.68
HSV189°56°94°
CMYK 0.560.080.00   0.06
XYZ47.117060.482690.8523
Yxy60.48260.23740.3048
Hunter Lab77.7706-27.9549-14.8237
CIE-Lab82.0998-27.1285-19.1501

#6adcef color RGB value is (106,220,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011100 11101111
Octal 152 334 357
Decimal 106 220 239
Hex 6A DC EF

RGB Percentages of Color #6adcef

%18.76
%38.94
%42.30

CMYK Percentages of Color #6adcef

%56
%8
%0
%6

Triadic Colors of #6adcef

#6adcef #ef6adc #dcef6a

Analogous Colors of #6adcef

#6adcef #6a9aef #6aefc0

Monochromatic Colors of #6adcef

#6adcef

Complementary Color

#6adcef #ef7d6a

#6adcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adcef Color CSS Codes

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

#6adcef Text Font Color

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

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


#6adcef Background Color

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

This div background color is #6adcef


#6adcef Border Color

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

This div border color is #6adcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adcef


Comments

No comments written yet.

Please login to write comment.