Color Hex Logo

#668fcb Color Hex

#668FCB
(102,143,203)
0 Favorites   0 Comments

Color spaces of #668fcb

RGB 102143203
HSL0.600.490.60
HSV216°50°80°
CMYK 0.500.300.00   0.20
XYZ26.081426.781560.2946
Yxy26.78150.23050.2367
Hunter Lab51.7508-0.6035-32.8528
CIE-Lab58.77152.6222-35.3200

#668fcb color RGB value is (102,143,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001111 11001011
Octal 146 217 313
Decimal 102 143 203
Hex 66 8F CB

RGB Percentages of Color #668fcb

%22.77
%31.92
%45.31

CMYK Percentages of Color #668fcb

%50
%30
%0
%20

Triadic Colors of #668fcb

#668fcb #cb668f #8fcb66

Analogous Colors of #668fcb

#668fcb #7066cb #66c2cb

Monochromatic Colors of #668fcb

#668fcb

Complementary Color

#668fcb #cba266

#668fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#668fcb Color CSS Codes

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

#668fcb Text Font Color

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

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


#668fcb Background Color

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

This div background color is #668fcb


#668fcb Border Color

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

This div border color is #668fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668fcb


Comments

No comments written yet.

Please login to write comment.