Color Hex Logo

#38ca7e Color Hex

#38CA7E
(56,202,126)
0 Favorites   0 Comments

Color spaces of #38ca7e

RGB 56202126
HSL0.410.580.51
HSV149°72°79°
CMYK 0.720.000.38   0.21
XYZ26.517344.588226.9474
Yxy44.58820.27040.4547
Hunter Lab66.7744-45.969722.8151
CIE-Lab72.6199-55.269027.2240

#38ca7e color RGB value is (56,202,126).

#38ca7e hex color red value is 56, green value is 202 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #38ca7e hue: 0.41 , saturation: 0.58 and the lightness value of 38ca7e is 0.51.

The process color (four color CMYK) of #38ca7e color hex is 0.72, 0.00, 0.38, 0.21. Web safe color of #38ca7e is #33cc66. Color #38ca7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001010 01111110
Octal 70 312 176
Decimal 56 202 126
Hex 38 CA 7E

RGB Percentages of Color #38ca7e

%14.58
%52.60
%32.81

CMYK Percentages of Color #38ca7e

%72
%0
%38
%21

Triadic Colors of #38ca7e

#38ca7e #7e38ca #ca7e38

Analogous Colors of #38ca7e

#38ca7e #38cac7 #3bca38

Monochromatic Colors of #38ca7e

#38ca7e

Complementary Color

#38ca7e #ca3884

#38ca7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ca7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ca7e Color CSS Codes

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

#38ca7e Text Font Color

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

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


#38ca7e Background Color

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

This div background color is #38ca7e


#38ca7e Border Color

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

This div border color is #38ca7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ca7e


Comments

No comments written yet.

Please login to write comment.