Color Hex Logo

#00668a Color Hex

#00668A
(0,102,138)
0 Favorites   0 Comments

Color spaces of #00668a

RGB 0102138
HSL0.541.000.27
HSV196°100°54°
CMYK 1.000.260.00   0.46
XYZ9.338811.337725.7409
Yxy11.33770.20120.2443
Hunter Lab33.6715-9.4181-21.7555
CIE-Lab40.1435-11.2767-26.8671

#00668a color RGB value is (0,102,138).

#00668a hex color red value is 0, green value is 102 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #00668a hue: 0.54 , saturation: 1.00 and the lightness value of 00668a is 0.27.

The process color (four color CMYK) of #00668a color hex is 1.00, 0.26, 0.00, 0.46. Web safe color of #00668a is #006699. Color #00668a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100110 10001010
Octal 0 146 212
Decimal 0 102 138
Hex 0 66 8A

RGB Percentages of Color #00668a

%0.00
%42.50
%57.50

CMYK Percentages of Color #00668a

%100
%26
%0
%46

Triadic Colors of #00668a

#00668a #8a0066 #668a00

Analogous Colors of #00668a

#00668a #00218a #008a69

Monochromatic Colors of #00668a

#00668a

Complementary Color

#00668a #8a2400

#00668a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00668a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00668a Color CSS Codes

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

#00668a Text Font Color

<p style="color:#00668a">Text here</p>

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


#00668a Background Color

<div style="background-color:#00668a">
Div content here</div>

This div background color is #00668a


#00668a Border Color

<div style="border:3px solid #00668a">
Div here</div>

This div border color is #00668a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,102,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00668a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00668a;
  -webkit-box-shadow: 1px 1px 3px 2px #00668a;
  box-shadow:         1px 1px 3px 2px #00668a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00668a


Comments

No comments written yet.

Please login to write comment.