Color Hex Logo

#38edda Color Hex

#38EDDA
(56,237,218)
0 Favorites   0 Comments

Color spaces of #38edda

RGB 56237218
HSL0.480.830.57
HSV174°76°93°
CMYK 0.760.000.08   0.07
XYZ44.570066.471176.8108
Yxy66.47110.23730.3538
Hunter Lab81.5298-45.09641.2126
CIE-Lab85.2361-47.9101-3.4948

#38edda color RGB value is (56,237,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101101 11011010
Octal 70 355 332
Decimal 56 237 218
Hex 38 ED DA

RGB Percentages of Color #38edda

%10.96
%46.38
%42.66

CMYK Percentages of Color #38edda

%76
%0
%8
%7

Triadic Colors of #38edda

#38edda #da38ed #edda38

Analogous Colors of #38edda

#38edda #38a6ed #38ed80

Monochromatic Colors of #38edda

#38edda

Complementary Color

#38edda #ed384b

#38edda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38edda Color Preview on White Background

Lorem ipsum dolor sit amet.

#38edda Color CSS Codes

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

#38edda Text Font Color

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

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


#38edda Background Color

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

This div background color is #38edda


#38edda Border Color

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

This div border color is #38edda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38edda


Comments

No comments written yet.

Please login to write comment.