Color Hex Logo

#38eec0 Color Hex

#38EEC0
(56,238,192)
0 Favorites   0 Comments

Color spaces of #38eec0

RGB 56238192
HSL0.460.840.58
HSV165°76°93°
CMYK 0.760.000.19   0.07
XYZ41.719965.795660.3701
Yxy65.79560.24850.3919
Hunter Lab81.1145-50.141812.6531
CIE-Lab84.8920-54.89009.6469

#38eec0 color RGB value is (56,238,192).

#38eec0 hex color red value is 56, green value is 238 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #38eec0 hue: 0.46 , saturation: 0.84 and the lightness value of 38eec0 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101110 11000000
Octal 70 356 300
Decimal 56 238 192
Hex 38 EE C0

RGB Percentages of Color #38eec0

%11.52
%48.97
%39.51

CMYK Percentages of Color #38eec0

%76
%0
%19
%7

Triadic Colors of #38eec0

#38eec0 #c038ee #eec038

Analogous Colors of #38eec0

#38eec0 #38c1ee #38ee65

Monochromatic Colors of #38eec0

#38eec0

Complementary Color

#38eec0 #ee3866

#38eec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38eec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38eec0 Color CSS Codes

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

#38eec0 Text Font Color

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

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


#38eec0 Background Color

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

This div background color is #38eec0


#38eec0 Border Color

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

This div border color is #38eec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38eec0


Comments

No comments written yet.

Please login to write comment.