Color Hex Logo

#38eed5 Color Hex

#38EED5
(56,238,213)
0 Favorites   0 Comments

Color spaces of #38eed5

RGB 56238213
HSL0.480.840.58
HSV172°76°93°
CMYK 0.760.000.11   0.07
XYZ44.215766.793973.5129
Yxy66.79390.23960.3620
Hunter Lab81.7275-46.45233.8787
CIE-Lab85.3998-49.6473-0.6273

#38eed5 color RGB value is (56,238,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101110 11010101
Octal 70 356 325
Decimal 56 238 213
Hex 38 EE D5

RGB Percentages of Color #38eed5

%11.05
%46.94
%42.01

CMYK Percentages of Color #38eed5

%76
%0
%11
%7

Triadic Colors of #38eed5

#38eed5 #d538ee #eed538

Analogous Colors of #38eed5

#38eed5 #38acee #38ee7a

Monochromatic Colors of #38eed5

#38eed5

Complementary Color

#38eed5 #ee3851

#38eed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38eed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38eed5 Color CSS Codes

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

#38eed5 Text Font Color

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

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


#38eed5 Background Color

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

This div background color is #38eed5


#38eed5 Border Color

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

This div border color is #38eed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38eed5


Comments

No comments written yet.

Please login to write comment.