Color Hex Logo

#668cbd Color Hex

#668CBD
(102,140,189)
0 Favorites   0 Comments

Color spaces of #668cbd

RGB 102140189
HSL0.590.400.57
HSV214°46°74°
CMYK 0.460.260.00   0.26
XYZ24.042925.255151.7516
Yxy25.25510.23790.2499
Hunter Lab50.2545-2.5467-25.8782
CIE-Lab57.32310.1697-29.6622

#668cbd color RGB value is (102,140,189).

#668cbd hex color red value is 102, green value is 140 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #668cbd hue: 0.59 , saturation: 0.40 and the lightness value of 668cbd is 0.57.

The process color (four color CMYK) of #668cbd color hex is 0.46, 0.26, 0.00, 0.26. Web safe color of #668cbd is #6699cc. Color #668cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001100 10111101
Octal 146 214 275
Decimal 102 140 189
Hex 66 8C BD

RGB Percentages of Color #668cbd

%23.67
%32.48
%43.85

CMYK Percentages of Color #668cbd

%46
%26
%0
%26

Triadic Colors of #668cbd

#668cbd #bd668c #8cbd66

Analogous Colors of #668cbd

#668cbd #6c66bd #66b8bd

Monochromatic Colors of #668cbd

#668cbd

Complementary Color

#668cbd #bd9766

#668cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#668cbd Color CSS Codes

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

#668cbd Text Font Color

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

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


#668cbd Background Color

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

This div background color is #668cbd


#668cbd Border Color

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

This div border color is #668cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668cbd


Comments

No comments written yet.

Please login to write comment.