Color Hex Logo

#38908c Color Hex

#38908C
(56,144,140)
0 Favorites   0 Comments

Color spaces of #38908c

RGB 56144140
HSL0.490.440.39
HSV177°61°56°
CMYK 0.610.000.03   0.44
XYZ16.337822.680728.3277
Yxy22.68070.24260.3368
Hunter Lab47.6243-22.1069-1.9297
CIE-Lab54.7419-26.9155-5.7085

#38908c color RGB value is (56,144,140).

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

The process color (four color CMYK) of #38908c color hex is 0.61, 0.00, 0.03, 0.44. Web safe color of #38908c is #339999. Color #38908c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010000 10001100
Octal 70 220 214
Decimal 56 144 140
Hex 38 90 8C

RGB Percentages of Color #38908c

%16.47
%42.35
%41.18

CMYK Percentages of Color #38908c

%61
%0
%3
%44

Triadic Colors of #38908c

#38908c #8c3890 #908c38

Analogous Colors of #38908c

#38908c #386890 #389060

Monochromatic Colors of #38908c

#38908c

Complementary Color

#38908c #90383c

#38908c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38908c Color Preview on White Background

Lorem ipsum dolor sit amet.

#38908c Color CSS Codes

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

#38908c Text Font Color

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

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


#38908c Background Color

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

This div background color is #38908c


#38908c Border Color

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

This div border color is #38908c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38908c


Comments

No comments written yet.

Please login to write comment.