Color Hex Logo

#668dee Color Hex

#668DEE
(102,141,238)
0 Favorites   0 Comments

Color spaces of #668dee

RGB 102141238
HSL0.620.800.67
HSV223°57°93°
CMYK 0.570.410.00   0.07
XYZ30.437028.047684.6984
Yxy28.04760.21260.1959
Hunter Lab52.96009.9070-57.7499
CIE-Lab59.931714.7856-53.0199

#668dee color RGB value is (102,141,238).

#668dee hex color red value is 102, green value is 141 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #668dee hue: 0.62 , saturation: 0.80 and the lightness value of 668dee is 0.67.

The process color (four color CMYK) of #668dee color hex is 0.57, 0.41, 0.00, 0.07. Web safe color of #668dee is #6699ff. Color #668dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001101 11101110
Octal 146 215 356
Decimal 102 141 238
Hex 66 8D EE

RGB Percentages of Color #668dee

%21.21
%29.31
%49.48

CMYK Percentages of Color #668dee

%57
%41
%0
%7

Triadic Colors of #668dee

#668dee #ee668d #8dee66

Analogous Colors of #668dee

#668dee #8366ee #66d1ee

Monochromatic Colors of #668dee

#668dee

Complementary Color

#668dee #eec766

#668dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#668dee Color CSS Codes

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

#668dee Text Font Color

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

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


#668dee Background Color

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

This div background color is #668dee


#668dee Border Color

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

This div border color is #668dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668dee


Comments

No comments written yet.

Please login to write comment.