Color Hex Logo

#668cb2 Color Hex

#668CB2
(102,140,178)
2 Favorites   0 Comments

Color spaces of #668cb2

RGB 102140178
HSL0.580.330.55
HSV210°43°70°
CMYK 0.430.210.00   0.30
XYZ22.893524.795345.6988
Yxy24.79530.24510.2655
Hunter Lab49.7949-5.0746-19.5564
CIE-Lab56.8754-3.0221-24.0952

#668cb2 color RGB value is (102,140,178).

#668cb2 hex color red value is 102, green value is 140 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #668cb2 hue: 0.58 , saturation: 0.33 and the lightness value of 668cb2 is 0.55.

The process color (four color CMYK) of #668cb2 color hex is 0.43, 0.21, 0.00, 0.30. Web safe color of #668cb2 is #669999. Color #668cb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001100 10110010
Octal 146 214 262
Decimal 102 140 178
Hex 66 8C B2

RGB Percentages of Color #668cb2

%24.29
%33.33
%42.38

CMYK Percentages of Color #668cb2

%43
%21
%0
%30

Triadic Colors of #668cb2

#668cb2 #b2668c #8cb266

Analogous Colors of #668cb2

#668cb2 #6666b2 #66b2b2

Monochromatic Colors of #668cb2

#668cb2

Complementary Color

#668cb2 #b28c66

#668cb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668cb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#668cb2 Color CSS Codes

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

#668cb2 Text Font Color

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

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


#668cb2 Background Color

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

This div background color is #668cb2


#668cb2 Border Color

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

This div border color is #668cb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668cb2

#668cb2 Color Palettes


Comments

No comments written yet.

Please login to write comment.