Color Hex Logo

#38d38b Color Hex

#38D38B
(56,211,139)
0 Favorites   0 Comments

Color spaces of #38d38b

RGB 56211139
HSL0.420.640.52
HSV152°73°83°
CMYK 0.730.000.34   0.17
XYZ29.585449.293432.3814
Yxy49.29340.26590.4430
Hunter Lab70.2093-47.648321.8012
CIE-Lab75.6335-56.115024.4907

#38d38b color RGB value is (56,211,139).

#38d38b hex color red value is 56, green value is 211 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #38d38b hue: 0.42 , saturation: 0.64 and the lightness value of 38d38b is 0.52.

The process color (four color CMYK) of #38d38b color hex is 0.73, 0.00, 0.34, 0.17. Web safe color of #38d38b is #33cc99. Color #38d38b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11010011 10001011
Octal 70 323 213
Decimal 56 211 139
Hex 38 D3 8B

RGB Percentages of Color #38d38b

%13.79
%51.97
%34.24

CMYK Percentages of Color #38d38b

%73
%0
%34
%17

Triadic Colors of #38d38b

#38d38b #8b38d3 #d38b38

Analogous Colors of #38d38b

#38d38b #38ced3 #38d33e

Monochromatic Colors of #38d38b

#38d38b

Complementary Color

#38d38b #d33880

#38d38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38d38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38d38b Color CSS Codes

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

#38d38b Text Font Color

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

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


#38d38b Background Color

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

This div background color is #38d38b


#38d38b Border Color

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

This div border color is #38d38b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,211,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38d38b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38d38b;
  -webkit-box-shadow: 1px 1px 3px 2px #38d38b;
  box-shadow:         1px 1px 3px 2px #38d38b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38d38b


Comments

No comments written yet.

Please login to write comment.