Color Hex Logo

#668ddc Color Hex

#668DDC
(102,141,220)
0 Favorites   0 Comments

Color spaces of #668ddc

RGB 102141220
HSL0.610.630.63
HSV220°54°86°
CMYK 0.540.360.00   0.14
XYZ27.922627.041871.4581
Yxy27.04180.22090.2139
Hunter Lab52.00174.8435-45.0721
CIE-Lab59.01309.0539-44.4715

#668ddc color RGB value is (102,141,220).

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

The process color (four color CMYK) of #668ddc color hex is 0.54, 0.36, 0.00, 0.14. Web safe color of #668ddc is #6699cc. Color #668ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001101 11011100
Octal 146 215 334
Decimal 102 141 220
Hex 66 8D DC

RGB Percentages of Color #668ddc

%22.03
%30.45
%47.52

CMYK Percentages of Color #668ddc

%54
%36
%0
%14

Triadic Colors of #668ddc

#668ddc #dc668d #8ddc66

Analogous Colors of #668ddc

#668ddc #7a66dc #66c8dc

Monochromatic Colors of #668ddc

#668ddc

Complementary Color

#668ddc #dcb566

#668ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#668ddc Color CSS Codes

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

#668ddc Text Font Color

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

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


#668ddc Background Color

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

This div background color is #668ddc


#668ddc Border Color

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

This div border color is #668ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668ddc


Comments

No comments written yet.

Please login to write comment.