Color Hex Logo

#668bd5 Color Hex

#668BD5
(102,139,213)
0 Favorites   0 Comments

Color spaces of #668bd5

RGB 102139213
HSL0.610.570.62
HSV220°52°84°
CMYK 0.520.350.00   0.16
XYZ26.722326.094166.5790
Yxy26.09410.22380.2186
Hunter Lab51.08243.9830-41.5189
CIE-Lab58.12638.0434-41.9510

#668bd5 color RGB value is (102,139,213).

#668bd5 hex color red value is 102, green value is 139 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #668bd5 hue: 0.61 , saturation: 0.57 and the lightness value of 668bd5 is 0.62.

The process color (four color CMYK) of #668bd5 color hex is 0.52, 0.35, 0.00, 0.16. Web safe color of #668bd5 is #6699cc. Color #668bd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001011 11010101
Octal 146 213 325
Decimal 102 139 213
Hex 66 8B D5

RGB Percentages of Color #668bd5

%22.47
%30.62
%46.92

CMYK Percentages of Color #668bd5

%52
%35
%0
%16

Triadic Colors of #668bd5

#668bd5 #d5668b #8bd566

Analogous Colors of #668bd5

#668bd5 #7966d5 #66c3d5

Monochromatic Colors of #668bd5

#668bd5

Complementary Color

#668bd5 #d5b066

#668bd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668bd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#668bd5 Color CSS Codes

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

#668bd5 Text Font Color

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

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


#668bd5 Background Color

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

This div background color is #668bd5


#668bd5 Border Color

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

This div border color is #668bd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668bd5


Comments

No comments written yet.

Please login to write comment.