Color Hex Logo

#667dee Color Hex

#667DEE
(102,125,238)
0 Favorites   0 Comments

Color spaces of #667dee

RGB 102125238
HSL0.640.800.67
HSV230°57°93°
CMYK 0.570.470.00   0.07
XYZ28.245723.665183.9680
Yxy23.66510.20790.1742
Hunter Lab48.646818.5103-68.2862
CIE-Lab55.750924.3918-59.6980

#667dee color RGB value is (102,125,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01111101 11101110
Octal 146 175 356
Decimal 102 125 238
Hex 66 7D EE

RGB Percentages of Color #667dee

%21.94
%26.88
%51.18

CMYK Percentages of Color #667dee

%57
%47
%0
%7

Triadic Colors of #667dee

#667dee #ee667d #7dee66

Analogous Colors of #667dee

#667dee #9366ee #66c1ee

Monochromatic Colors of #667dee

#667dee

Complementary Color

#667dee #eed766

#667dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#667dee Color CSS Codes

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

#667dee Text Font Color

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

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


#667dee Background Color

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

This div background color is #667dee


#667dee Border Color

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

This div border color is #667dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667dee


Comments

No comments written yet.

Please login to write comment.