Color Hex Logo

#38998d Color Hex

#38998D
(56,153,141)
0 Favorites   0 Comments

Color spaces of #38998d

RGB 56153141
HSL0.480.460.41
HSV173°63°60°
CMYK 0.630.000.08   0.40
XYZ17.829825.546329.1905
Yxy25.54630.24570.3520
Hunter Lab50.5433-25.48271.1384
CIE-Lab57.6039-31.0341-2.0574

#38998d color RGB value is (56,153,141).

#38998d hex color red value is 56, green value is 153 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #38998d hue: 0.48 , saturation: 0.46 and the lightness value of 38998d is 0.41.

The process color (four color CMYK) of #38998d color hex is 0.63, 0.00, 0.08, 0.40. Web safe color of #38998d is #339999. Color #38998d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011001 10001101
Octal 70 231 215
Decimal 56 153 141
Hex 38 99 8D

RGB Percentages of Color #38998d

%16.00
%43.71
%40.29

CMYK Percentages of Color #38998d

%63
%0
%8
%40

Triadic Colors of #38998d

#38998d #8d3899 #998d38

Analogous Colors of #38998d

#38998d #387599 #38995d

Monochromatic Colors of #38998d

#38998d

Complementary Color

#38998d #993844

#38998d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38998d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38998d Color CSS Codes

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

#38998d Text Font Color

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

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


#38998d Background Color

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

This div background color is #38998d


#38998d Border Color

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

This div border color is #38998d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,153,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38998d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38998d;
  -webkit-box-shadow: 1px 1px 3px 2px #38998d;
  box-shadow:         1px 1px 3px 2px #38998d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38998d


Comments

No comments written yet.

Please login to write comment.