Color Hex Logo

#667ebe Color Hex

#667EBE
(102,126,190)
0 Favorites   0 Comments

Color spaces of #667ebe

RGB 102126190
HSL0.620.400.57
HSV224°46°75°
CMYK 0.460.340.00   0.25
XYZ22.234621.464251.6863
Yxy21.46420.23310.2250
Hunter Lab46.32954.5898-33.7148
CIE-Lab53.45388.7125-36.2678

#667ebe color RGB value is (102,126,190).

#667ebe hex color red value is 102, green value is 126 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #667ebe hue: 0.62 , saturation: 0.40 and the lightness value of 667ebe is 0.57.

The process color (four color CMYK) of #667ebe color hex is 0.46, 0.34, 0.00, 0.25. Web safe color of #667ebe is #6666cc. Color #667ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01111110 10111110
Octal 146 176 276
Decimal 102 126 190
Hex 66 7E BE

RGB Percentages of Color #667ebe

%24.40
%30.14
%45.45

CMYK Percentages of Color #667ebe

%46
%34
%0
%25

Triadic Colors of #667ebe

#667ebe #be667e #7ebe66

Analogous Colors of #667ebe

#667ebe #7a66be #66aabe

Monochromatic Colors of #667ebe

#667ebe

Complementary Color

#667ebe #bea666

#667ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#667ebe Color CSS Codes

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

#667ebe Text Font Color

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

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


#667ebe Background Color

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

This div background color is #667ebe


#667ebe Border Color

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

This div border color is #667ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667ebe


Comments

No comments written yet.

Please login to write comment.