Color Hex Logo

#38ecdc Color Hex

#38ECDC
(56,236,220)
0 Favorites   0 Comments

Color spaces of #38ecdc

RGB 56236220
HSL0.490.830.57
HSV175°76°93°
CMYK 0.760.000.07   0.07
XYZ44.544665.999078.1015
Yxy65.99900.23610.3499
Hunter Lab81.2398-44.2962-0.1318
CIE-Lab84.9959-46.9484-4.9008

#38ecdc color RGB value is (56,236,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101100 11011100
Octal 70 354 334
Decimal 56 236 220
Hex 38 EC DC

RGB Percentages of Color #38ecdc

%10.94
%46.09
%42.97

CMYK Percentages of Color #38ecdc

%76
%0
%7
%7

Triadic Colors of #38ecdc

#38ecdc #dc38ec #ecdc38

Analogous Colors of #38ecdc

#38ecdc #38a2ec #38ec82

Monochromatic Colors of #38ecdc

#38ecdc

Complementary Color

#38ecdc #ec3848

#38ecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ecdc Color CSS Codes

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

#38ecdc Text Font Color

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

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


#38ecdc Background Color

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

This div background color is #38ecdc


#38ecdc Border Color

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

This div border color is #38ecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ecdc

#38ecdc Color Palettes


Comments

No comments written yet.

Please login to write comment.