Color Hex Logo

#38db63 Color Hex

#38DB63
(56,219,99)
0 Favorites   0 Comments

Color spaces of #38db63

RGB 5621999
HSL0.380.690.54
HSV136°74°86°
CMYK 0.740.000.55   0.14
XYZ29.214552.404620.3797
Yxy52.40460.28640.5138
Hunter Lab72.3910-54.647933.9822
CIE-Lab77.5221-65.677846.8407

#38db63 color RGB value is (56,219,99).

#38db63 hex color red value is 56, green value is 219 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #38db63 hue: 0.38 , saturation: 0.69 and the lightness value of 38db63 is 0.54.

The process color (four color CMYK) of #38db63 color hex is 0.74, 0.00, 0.55, 0.14. Web safe color of #38db63 is #33cc66. Color #38db63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11011011 01100011
Octal 70 333 143
Decimal 56 219 99
Hex 38 DB 63

RGB Percentages of Color #38db63

%14.97
%58.56
%26.47

CMYK Percentages of Color #38db63

%74
%0
%55
%14

Triadic Colors of #38db63

#38db63 #6338db #db6338

Analogous Colors of #38db63

#38db63 #38dbb5 #5edb38

Monochromatic Colors of #38db63

#38db63

Complementary Color

#38db63 #db38b0

#38db63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38db63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38db63 Color CSS Codes

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

#38db63 Text Font Color

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

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


#38db63 Background Color

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

This div background color is #38db63


#38db63 Border Color

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

This div border color is #38db63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38db63


Comments

No comments written yet.

Please login to write comment.