Color Hex Logo

#38ead5 Color Hex

#38EAD5
(56,234,213)
0 Favorites   0 Comments

Color spaces of #38ead5

RGB 56234213
HSL0.480.810.57
HSV173°76°92°
CMYK 0.760.000.09   0.08
XYZ43.063964.490573.1290
Yxy64.49050.23830.3569
Hunter Lab80.3060-44.81522.2230
CIE-Lab84.2205-47.9580-2.3546

#38ead5 color RGB value is (56,234,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101010 11010101
Octal 70 352 325
Decimal 56 234 213
Hex 38 EA D5

RGB Percentages of Color #38ead5

%11.13
%46.52
%42.35

CMYK Percentages of Color #38ead5

%76
%0
%9
%8

Triadic Colors of #38ead5

#38ead5 #d538ea #ead538

Analogous Colors of #38ead5

#38ead5 #38a6ea #38ea7c

Monochromatic Colors of #38ead5

#38ead5

Complementary Color

#38ead5 #ea384d

#38ead5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ead5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ead5 Color CSS Codes

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

#38ead5 Text Font Color

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

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


#38ead5 Background Color

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

This div background color is #38ead5


#38ead5 Border Color

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

This div border color is #38ead5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,234,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 #38ead5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ead5


Comments

No comments written yet.

Please login to write comment.