Color Hex Logo

#438787 Color Hex

#438787
(67,135,135)
1 Favorites   0 Comments

Color spaces of #438787

RGB 67135135
HSL0.500.340.40
HSV180°50°53°
CMYK 0.500.000.00   0.47
XYZ15.351920.270526.0251
Yxy20.27050.24900.3288
Hunter Lab45.0228-17.9248-2.7562
CIE-Lab52.1417-21.4160-6.6341

#438787 color RGB value is (67,135,135).

#438787 hex color red value is 67, green value is 135 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #438787 hue: 0.50 , saturation: 0.34 and the lightness value of 438787 is 0.40.

The process color (four color CMYK) of #438787 color hex is 0.50, 0.00, 0.00, 0.47. Web safe color of #438787 is #339999. Color #438787 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000111 10000111
Octal 103 207 207
Decimal 67 135 135
Hex 43 87 87

RGB Percentages of Color #438787

%19.88
%40.06
%40.06

CMYK Percentages of Color #438787

%50
%0
%0
%47

Triadic Colors of #438787

#438787 #874387 #878743

Analogous Colors of #438787

#438787 #436587 #438765

Monochromatic Colors of #438787

#438787

Complementary Color

#438787 #874343

#438787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#438787 Color CSS Codes

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

#438787 Text Font Color

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

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


#438787 Background Color

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

This div background color is #438787


#438787 Border Color

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

This div border color is #438787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438787


Comments

No comments written yet.

Please login to write comment.