Color Hex Logo

#67848a Color Hex

#67848A
(103,132,138)
0 Favorites   0 Comments

Color spaces of #67848a

RGB 103132138
HSL0.530.150.47
HSV190°25°54°
CMYK 0.250.040.00   0.46
XYZ18.432221.221127.1694
Yxy21.22110.27580.3176
Hunter Lab46.0664-9.1942-2.7221
CIE-Lab53.1906-8.8237-6.6186

#67848a color RGB value is (103,132,138).

#67848a hex color red value is 103, green value is 132 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #67848a hue: 0.53 , saturation: 0.15 and the lightness value of 67848a is 0.47.

The process color (four color CMYK) of #67848a color hex is 0.25, 0.04, 0.00, 0.46. Web safe color of #67848a is #669999. Color #67848a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10000100 10001010
Octal 147 204 212
Decimal 103 132 138
Hex 67 84 8A

RGB Percentages of Color #67848a

%27.61
%35.39
%37.00

CMYK Percentages of Color #67848a

%25
%4
%0
%46

Triadic Colors of #67848a

#67848a #8a6784 #848a67

Analogous Colors of #67848a

#67848a #67738a #678a7f

Monochromatic Colors of #67848a

#67848a

Complementary Color

#67848a #8a6d67

#67848a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67848a Color Preview on White Background

Lorem ipsum dolor sit amet.

#67848a Color CSS Codes

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

#67848a Text Font Color

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

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


#67848a Background Color

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

This div background color is #67848a


#67848a Border Color

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

This div border color is #67848a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,132,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 #67848a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67848a


Comments

No comments written yet.

Please login to write comment.