Color Hex Logo

#666adf Color Hex

#666ADF
(102,106,223)
0 Favorites   0 Comments

Color spaces of #666adf

RGB 102106223
HSL0.660.650.64
HSV238°54°87°
CMYK 0.540.520.00   0.13
XYZ23.952818.460672.1128
Yxy18.46060.20910.1612
Hunter Lab42.965824.3210-69.4349
CIE-Lab50.050131.1236-60.4540

#666adf color RGB value is (102,106,223).

#666adf hex color red value is 102, green value is 106 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #666adf hue: 0.66 , saturation: 0.65 and the lightness value of 666adf is 0.64.

The process color (four color CMYK) of #666adf color hex is 0.54, 0.52, 0.00, 0.13. Web safe color of #666adf is #6666cc. Color #666adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101010 11011111
Octal 146 152 337
Decimal 102 106 223
Hex 66 6A DF

RGB Percentages of Color #666adf

%23.67
%24.59
%51.74

CMYK Percentages of Color #666adf

%54
%52
%0
%13

Triadic Colors of #666adf

#666adf #df666a #6adf66

Analogous Colors of #666adf

#666adf #9f66df #66a7df

Monochromatic Colors of #666adf

#666adf

Complementary Color

#666adf #dfdb66

#666adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#666adf Color CSS Codes

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

#666adf Text Font Color

<p style="color:#666adf">Text here</p>

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


#666adf Background Color

<div style="background-color:#666adf">
Div content here</div>

This div background color is #666adf


#666adf Border Color

<div style="border:3px solid #666adf">
Div here</div>

This div border color is #666adf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,106,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #666adf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #666adf;
  -webkit-box-shadow: 1px 1px 3px 2px #666adf;
  box-shadow:         1px 1px 3px 2px #666adf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666adf


Comments

No comments written yet.

Please login to write comment.