Color Hex Logo

#668cfd Color Hex

#668CFD
(102,140,253)
0 Favorites   0 Comments

Color spaces of #668cfd

RGB 102140253
HSL0.620.970.70
HSV225°60°99°
CMYK 0.600.450.00   0.01
XYZ32.587228.672896.7454
Yxy28.67280.20620.1815
Hunter Lab53.547014.9229-69.6386
CIE-Lab60.491820.2443-60.3914

#668cfd color RGB value is (102,140,253).

#668cfd hex color red value is 102, green value is 140 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #668cfd hue: 0.62 , saturation: 0.97 and the lightness value of 668cfd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001100 11111101
Octal 146 214 375
Decimal 102 140 253
Hex 66 8C FD

RGB Percentages of Color #668cfd

%20.61
%28.28
%51.11

CMYK Percentages of Color #668cfd

%60
%45
%0
%1

Triadic Colors of #668cfd

#668cfd #fd668c #8cfd66

Analogous Colors of #668cfd

#668cfd #8c66fd #66d8fd

Monochromatic Colors of #668cfd

#668cfd

Complementary Color

#668cfd #fdd766

#668cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#668cfd Color CSS Codes

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

#668cfd Text Font Color

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

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


#668cfd Background Color

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

This div background color is #668cfd


#668cfd Border Color

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

This div border color is #668cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.