Color Hex Logo

#668efc Color Hex

#668EFC
(102,142,252)
0 Favorites   0 Comments

Color spaces of #668efc

RGB 102142252
HSL0.620.960.69
HSV224°60°99°
CMYK 0.600.440.00   0.01
XYZ32.723229.199196.0067
Yxy29.19910.20720.1849
Hunter Lab54.036213.5326-67.5159
CIE-Lab60.956918.7254-59.0988

#668efc color RGB value is (102,142,252).

#668efc hex color red value is 102, green value is 142 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #668efc hue: 0.62 , saturation: 0.96 and the lightness value of 668efc is 0.69.

The process color (four color CMYK) of #668efc color hex is 0.60, 0.44, 0.00, 0.01. Web safe color of #668efc is #6699ff. Color #668efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001110 11111100
Octal 146 216 374
Decimal 102 142 252
Hex 66 8E FC

RGB Percentages of Color #668efc

%20.56
%28.63
%50.81

CMYK Percentages of Color #668efc

%60
%44
%0
%1

Triadic Colors of #668efc

#668efc #fc668e #8efc66

Analogous Colors of #668efc

#668efc #8966fc #66d9fc

Monochromatic Colors of #668efc

#668efc

Complementary Color

#668efc #fcd466

#668efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#668efc Color CSS Codes

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

#668efc Text Font Color

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

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


#668efc Background Color

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

This div background color is #668efc


#668efc Border Color

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

This div border color is #668efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668efc


Comments

No comments written yet.

Please login to write comment.