Color Hex Logo

#38ee29 Color Hex

#38EE29
(56,238,41)
0 Favorites   0 Comments

Color spaces of #38ee29

RGB 5623841
HSL0.320.850.55
HSV115°83°93°
CMYK 0.760.000.83   0.07
XYZ32.605762.149912.3755
Yxy62.14990.30440.5801
Hunter Lab78.8352-64.135245.8773
CIE-Lab82.9931-76.677973.7984

#38ee29 color RGB value is (56,238,41).

#38ee29 hex color red value is 56, green value is 238 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #38ee29 hue: 0.32 , saturation: 0.85 and the lightness value of 38ee29 is 0.55.

The process color (four color CMYK) of #38ee29 color hex is 0.76, 0.00, 0.83, 0.07. Web safe color of #38ee29 is #33ff33. Color #38ee29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101110 00101001
Octal 70 356 51
Decimal 56 238 41
Hex 38 EE 29

RGB Percentages of Color #38ee29

%16.72
%71.04
%12.24

CMYK Percentages of Color #38ee29

%76
%0
%83
%7

Triadic Colors of #38ee29

#38ee29 #2938ee #ee2938

Analogous Colors of #38ee29

#38ee29 #29ee7d #9bee29

Monochromatic Colors of #38ee29

#38ee29

Complementary Color

#38ee29 #df29ee

#38ee29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ee29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ee29 Color CSS Codes

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

#38ee29 Text Font Color

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

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


#38ee29 Background Color

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

This div background color is #38ee29


#38ee29 Border Color

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

This div border color is #38ee29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ee29


Comments

No comments written yet.

Please login to write comment.