Color Hex Logo

#38ef4d Color Hex

#38EF4D
(56,239,77)
0 Favorites   0 Comments

Color spaces of #38ef4d

RGB 5623977
HSL0.350.850.58
HSV127°77°94°
CMYK 0.770.000.68   0.06
XYZ33.836963.109617.4192
Yxy63.10960.29590.5518
Hunter Lab79.4416-62.993442.6085
CIE-Lab83.5000-74.511762.9794

#38ef4d color RGB value is (56,239,77).

#38ef4d hex color red value is 56, green value is 239 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #38ef4d hue: 0.35 , saturation: 0.85 and the lightness value of 38ef4d is 0.58.

The process color (four color CMYK) of #38ef4d color hex is 0.77, 0.00, 0.68, 0.06. Web safe color of #38ef4d is #33ff66. Color #38ef4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101111 01001101
Octal 70 357 115
Decimal 56 239 77
Hex 38 EF 4D

RGB Percentages of Color #38ef4d

%15.05
%64.25
%20.70

CMYK Percentages of Color #38ef4d

%77
%0
%68
%6

Triadic Colors of #38ef4d

#38ef4d #4d38ef #ef4d38

Analogous Colors of #38ef4d

#38ef4d #38efa9 #7fef38

Monochromatic Colors of #38ef4d

#38ef4d

Complementary Color

#38ef4d #ef38da

#38ef4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ef4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ef4d Color CSS Codes

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

#38ef4d Text Font Color

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

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


#38ef4d Background Color

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

This div background color is #38ef4d


#38ef4d Border Color

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

This div border color is #38ef4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ef4d


Comments

No comments written yet.

Please login to write comment.