Color Hex Logo

#438692 Color Hex

#438692
(67,134,146)
0 Favorites   0 Comments

Color spaces of #438692

RGB 67134146
HSL0.530.370.42
HSV189°54°57°
CMYK 0.540.080.00   0.43
XYZ16.028120.318830.2713
Yxy20.31880.24060.3050
Hunter Lab45.0764-15.4133-8.2631
CIE-Lab52.1958-17.7085-12.9541

#438692 color RGB value is (67,134,146).

#438692 hex color red value is 67, green value is 134 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #438692 hue: 0.53 , saturation: 0.37 and the lightness value of 438692 is 0.42.

The process color (four color CMYK) of #438692 color hex is 0.54, 0.08, 0.00, 0.43. Web safe color of #438692 is #339999. Color #438692 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000110 10010010
Octal 103 206 222
Decimal 67 134 146
Hex 43 86 92

RGB Percentages of Color #438692

%19.31
%38.62
%42.07

CMYK Percentages of Color #438692

%54
%8
%0
%43

Triadic Colors of #438692

#438692 #924386 #869243

Analogous Colors of #438692

#438692 #435e92 #439277

Monochromatic Colors of #438692

#438692

Complementary Color

#438692 #924f43

#438692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#438692 Color CSS Codes

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

#438692 Text Font Color

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

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


#438692 Background Color

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

This div background color is #438692


#438692 Border Color

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

This div border color is #438692


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,134,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #438692; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #438692;
  -webkit-box-shadow: 1px 1px 3px 2px #438692;
  box-shadow:         1px 1px 3px 2px #438692; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,134,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438692


Comments

No comments written yet.

Please login to write comment.