Color Hex Logo

#668ada Color Hex

#668ADA
(102,138,218)
0 Favorites   0 Comments

Color spaces of #668ada

RGB 102138218
HSL0.610.610.63
HSV221°53°85°
CMYK 0.530.370.00   0.15
XYZ27.222926.063769.9257
Yxy26.06370.22090.2115
Hunter Lab51.05265.8399-45.4714
CIE-Lab58.097510.2003-44.7986

#668ada color RGB value is (102,138,218).

#668ada hex color red value is 102, green value is 138 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #668ada hue: 0.61 , saturation: 0.61 and the lightness value of 668ada is 0.63.

The process color (four color CMYK) of #668ada color hex is 0.53, 0.37, 0.00, 0.15. Web safe color of #668ada is #6699cc. Color #668ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001010 11011010
Octal 146 212 332
Decimal 102 138 218
Hex 66 8A DA

RGB Percentages of Color #668ada

%22.27
%30.13
%47.60

CMYK Percentages of Color #668ada

%53
%37
%0
%15

Triadic Colors of #668ada

#668ada #da668a #8ada66

Analogous Colors of #668ada

#668ada #7c66da #66c4da

Monochromatic Colors of #668ada

#668ada

Complementary Color

#668ada #dab666

#668ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#668ada Color CSS Codes

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

#668ada Text Font Color

<p style="color:#668ada">Text here</p>

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


#668ada Background Color

<div style="background-color:#668ada">
Div content here</div>

This div background color is #668ada


#668ada Border Color

<div style="border:3px solid #668ada">
Div here</div>

This div border color is #668ada


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,138,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #668ada; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #668ada;
  -webkit-box-shadow: 1px 1px 3px 2px #668ada;
  box-shadow:         1px 1px 3px 2px #668ada; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668ada


Comments

No comments written yet.

Please login to write comment.