Color Hex Logo

#668dcb Color Hex

#668DCB
(102,141,203)
0 Favorites   0 Comments

Color spaces of #668dcb

RGB 102141203
HSL0.600.490.60
HSV217°50°80°
CMYK 0.500.310.00   0.20
XYZ25.783926.186360.1954
Yxy26.18630.22990.2335
Hunter Lab51.17260.3874-33.9233
CIE-Lab58.21353.7876-36.1920

#668dcb color RGB value is (102,141,203).

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

The process color (four color CMYK) of #668dcb color hex is 0.50, 0.31, 0.00, 0.20. Web safe color of #668dcb is #6699cc. Color #668dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001101 11001011
Octal 146 215 313
Decimal 102 141 203
Hex 66 8D CB

RGB Percentages of Color #668dcb

%22.87
%31.61
%45.52

CMYK Percentages of Color #668dcb

%50
%31
%0
%20

Triadic Colors of #668dcb

#668dcb #cb668d #8dcb66

Analogous Colors of #668dcb

#668dcb #7266cb #66c0cb

Monochromatic Colors of #668dcb

#668dcb

Complementary Color

#668dcb #cba466

#668dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#668dcb Color CSS Codes

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

#668dcb Text Font Color

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

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


#668dcb Background Color

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

This div background color is #668dcb


#668dcb Border Color

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

This div border color is #668dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668dcb


Comments

No comments written yet.

Please login to write comment.