Color Hex Logo

#438c97 Color Hex

#438C97
(67,140,151)
0 Favorites   0 Comments

Color spaces of #438c97

RGB 67140151
HSL0.520.390.43
HSV188°56°59°
CMYK 0.560.070.00   0.41
XYZ17.278722.183832.6494
Yxy22.18380.23960.3076
Hunter Lab47.0997-16.9410-8.1299
CIE-Lab54.2215-19.4347-12.7939

#438c97 color RGB value is (67,140,151).

#438c97 hex color red value is 67, green value is 140 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #438c97 hue: 0.52 , saturation: 0.39 and the lightness value of 438c97 is 0.43.

The process color (four color CMYK) of #438c97 color hex is 0.56, 0.07, 0.00, 0.41. Web safe color of #438c97 is #339999. Color #438c97 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001100 10010111
Octal 103 214 227
Decimal 67 140 151
Hex 43 8C 97

RGB Percentages of Color #438c97

%18.72
%39.11
%42.18

CMYK Percentages of Color #438c97

%56
%7
%0
%41

Triadic Colors of #438c97

#438c97 #97438c #8c9743

Analogous Colors of #438c97

#438c97 #436297 #439778

Monochromatic Colors of #438c97

#438c97

Complementary Color

#438c97 #974e43

#438c97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438c97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#438c97 Color CSS Codes

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

#438c97 Text Font Color

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

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


#438c97 Background Color

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

This div background color is #438c97


#438c97 Border Color

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

This div border color is #438c97


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,140,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #438c97; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #438c97;
  -webkit-box-shadow: 1px 1px 3px 2px #438c97;
  box-shadow:         1px 1px 3px 2px #438c97; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438c97


Comments

No comments written yet.

Please login to write comment.