Color Hex Logo

#668cbc Color Hex

#668CBC
(102,140,188)
0 Favorites   0 Comments

Color spaces of #668cbc

RGB 102140188
HSL0.590.390.57
HSV213°46°74°
CMYK 0.460.260.00   0.26
XYZ23.934725.211851.1818
Yxy25.21180.23860.2513
Hunter Lab50.2114-2.7827-25.2880
CIE-Lab57.2812-0.1247-29.1596

#668cbc color RGB value is (102,140,188).

#668cbc hex color red value is 102, green value is 140 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #668cbc hue: 0.59 , saturation: 0.39 and the lightness value of 668cbc is 0.57.

The process color (four color CMYK) of #668cbc color hex is 0.46, 0.26, 0.00, 0.26. Web safe color of #668cbc is #6699cc. Color #668cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001100 10111100
Octal 146 214 274
Decimal 102 140 188
Hex 66 8C BC

RGB Percentages of Color #668cbc

%23.72
%32.56
%43.72

CMYK Percentages of Color #668cbc

%46
%26
%0
%26

Triadic Colors of #668cbc

#668cbc #bc668c #8cbc66

Analogous Colors of #668cbc

#668cbc #6b66bc #66b7bc

Monochromatic Colors of #668cbc

#668cbc

Complementary Color

#668cbc #bc9666

#668cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#668cbc Color CSS Codes

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

#668cbc Text Font Color

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

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


#668cbc Background Color

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

This div background color is #668cbc


#668cbc Border Color

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

This div border color is #668cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668cbc


Comments

No comments written yet.

Please login to write comment.