Color Hex Logo

#38907f Color Hex

#38907F
(56,144,127)
0 Favorites   0 Comments

Color spaces of #38907f

RGB 56144127
HSL0.470.440.39
HSV168°61°56°
CMYK 0.610.000.12   0.44
XYZ15.434922.319623.5733
Yxy22.31960.25170.3639
Hunter Lab47.2436-24.35893.4864
CIE-Lab54.3645-30.50721.2253

#38907f color RGB value is (56,144,127).

#38907f hex color red value is 56, green value is 144 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #38907f hue: 0.47 , saturation: 0.44 and the lightness value of 38907f is 0.39.

The process color (four color CMYK) of #38907f color hex is 0.61, 0.00, 0.12, 0.44. Web safe color of #38907f is #339966. Color #38907f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010000 01111111
Octal 70 220 177
Decimal 56 144 127
Hex 38 90 7F

RGB Percentages of Color #38907f

%17.13
%44.04
%38.84

CMYK Percentages of Color #38907f

%61
%0
%12
%44

Triadic Colors of #38907f

#38907f #7f3890 #907f38

Analogous Colors of #38907f

#38907f #387590 #389053

Monochromatic Colors of #38907f

#38907f

Complementary Color

#38907f #903849

#38907f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38907f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38907f Color CSS Codes

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

#38907f Text Font Color

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

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


#38907f Background Color

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

This div background color is #38907f


#38907f Border Color

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

This div border color is #38907f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,144,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38907f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38907f;
  -webkit-box-shadow: 1px 1px 3px 2px #38907f;
  box-shadow:         1px 1px 3px 2px #38907f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38907f


Comments

No comments written yet.

Please login to write comment.