Color Hex Logo

#38cc88 Color Hex

#38CC88
(56,204,136)
0 Favorites   0 Comments

Color spaces of #38cc88

RGB 56204136
HSL0.420.590.51
HSV152°73°80°
CMYK 0.730.000.33   0.20
XYZ27.667745.804130.6754
Yxy45.80410.26570.4398
Hunter Lab67.6787-45.465320.5019
CIE-Lab73.4182-54.052123.0581

#38cc88 color RGB value is (56,204,136).

#38cc88 hex color red value is 56, green value is 204 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #38cc88 hue: 0.42 , saturation: 0.59 and the lightness value of 38cc88 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001100 10001000
Octal 70 314 210
Decimal 56 204 136
Hex 38 CC 88

RGB Percentages of Color #38cc88

%14.14
%51.52
%34.34

CMYK Percentages of Color #38cc88

%73
%0
%33
%20

Triadic Colors of #38cc88

#38cc88 #8838cc #cc8838

Analogous Colors of #38cc88

#38cc88 #38c6cc #38cc3e

Monochromatic Colors of #38cc88

#38cc88

Complementary Color

#38cc88 #cc387c

#38cc88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38cc88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38cc88 Color CSS Codes

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

#38cc88 Text Font Color

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

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


#38cc88 Background Color

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

This div background color is #38cc88


#38cc88 Border Color

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

This div border color is #38cc88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38cc88


Comments

No comments written yet.

Please login to write comment.