Color Hex Logo

#668bcd Color Hex

#668BCD
(102,139,205)
0 Favorites   0 Comments

Color spaces of #668bcd

RGB 102139205
HSL0.610.510.60
HSV218°50°80°
CMYK 0.500.320.00   0.20
XYZ25.731625.697861.3616
Yxy25.69780.22810.2278
Hunter Lab50.69301.8933-36.2828
CIE-Lab57.74915.5702-38.0460

#668bcd color RGB value is (102,139,205).

#668bcd hex color red value is 102, green value is 139 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #668bcd hue: 0.61 , saturation: 0.51 and the lightness value of 668bcd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001011 11001101
Octal 146 213 315
Decimal 102 139 205
Hex 66 8B CD

RGB Percentages of Color #668bcd

%22.87
%31.17
%45.96

CMYK Percentages of Color #668bcd

%50
%32
%0
%20

Triadic Colors of #668bcd

#668bcd #cd668b #8bcd66

Analogous Colors of #668bcd

#668bcd #7566cd #66bfcd

Monochromatic Colors of #668bcd

#668bcd

Complementary Color

#668bcd #cda866

#668bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#668bcd Color CSS Codes

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

#668bcd Text Font Color

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

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


#668bcd Background Color

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

This div background color is #668bcd


#668bcd Border Color

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

This div border color is #668bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668bcd


Comments

No comments written yet.

Please login to write comment.