Color Hex Logo

#668fea Color Hex

#668FEA
(102,143,234)
0 Favorites   0 Comments

Color spaces of #668fea

RGB 102143234
HSL0.610.760.66
HSV221°56°92°
CMYK 0.560.390.00   0.08
XYZ30.153228.410281.7364
Yxy28.41020.21490.2025
Hunter Lab53.30127.7027-53.6092
CIE-Lab60.257512.3147-50.2885

#668fea color RGB value is (102,143,234).

#668fea hex color red value is 102, green value is 143 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #668fea hue: 0.61 , saturation: 0.76 and the lightness value of 668fea is 0.66.

The process color (four color CMYK) of #668fea color hex is 0.56, 0.39, 0.00, 0.08. Web safe color of #668fea is #6699ff. Color #668fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001111 11101010
Octal 146 217 352
Decimal 102 143 234
Hex 66 8F EA

RGB Percentages of Color #668fea

%21.29
%29.85
%48.85

CMYK Percentages of Color #668fea

%56
%39
%0
%8

Triadic Colors of #668fea

#668fea #ea668f #8fea66

Analogous Colors of #668fea

#668fea #7f66ea #66d1ea

Monochromatic Colors of #668fea

#668fea

Complementary Color

#668fea #eac166

#668fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#668fea Color CSS Codes

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

#668fea Text Font Color

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

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


#668fea Background Color

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

This div background color is #668fea


#668fea Border Color

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

This div border color is #668fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668fea


Comments

No comments written yet.

Please login to write comment.