Color Hex Logo

#668cdc Color Hex

#668CDC
(102,140,220)
0 Favorites   0 Comments

Color spaces of #668cdc

RGB 102140220
HSL0.610.630.63
HSV221°54°86°
CMYK 0.540.360.00   0.14
XYZ27.775826.748371.4091
Yxy26.74830.22060.2124
Hunter Lab51.71885.3564-45.6597
CIE-Lab58.74069.6444-44.9014

#668cdc color RGB value is (102,140,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001100 11011100
Octal 146 214 334
Decimal 102 140 220
Hex 66 8C DC

RGB Percentages of Color #668cdc

%22.08
%30.30
%47.62

CMYK Percentages of Color #668cdc

%54
%36
%0
%14

Triadic Colors of #668cdc

#668cdc #dc668c #8cdc66

Analogous Colors of #668cdc

#668cdc #7b66dc #66c7dc

Monochromatic Colors of #668cdc

#668cdc

Complementary Color

#668cdc #dcb666

#668cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#668cdc Color CSS Codes

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

#668cdc Text Font Color

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

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


#668cdc Background Color

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

This div background color is #668cdc


#668cdc Border Color

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

This div border color is #668cdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,140,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 #668cdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668cdc


Comments

No comments written yet.

Please login to write comment.