Color Hex Logo

#38dabe Color Hex

#38DABE
(56,218,190)
0 Favorites   0 Comments

Color spaces of #38dabe

RGB 56218190
HSL0.470.690.54
HSV170°74°85°
CMYK 0.740.000.13   0.15
XYZ35.996654.701357.3764
Yxy54.70130.24310.3694
Hunter Lab73.9603-42.55445.7767
CIE-Lab78.8689-47.16562.0242

#38dabe color RGB value is (56,218,190).

#38dabe hex color red value is 56, green value is 218 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #38dabe hue: 0.47 , saturation: 0.69 and the lightness value of 38dabe is 0.54.

The process color (four color CMYK) of #38dabe color hex is 0.74, 0.00, 0.13, 0.15. Web safe color of #38dabe is #33cccc. Color #38dabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11011010 10111110
Octal 70 332 276
Decimal 56 218 190
Hex 38 DA BE

RGB Percentages of Color #38dabe

%12.07
%46.98
%40.95

CMYK Percentages of Color #38dabe

%74
%0
%13
%15

Triadic Colors of #38dabe

#38dabe #be38da #dabe38

Analogous Colors of #38dabe

#38dabe #38a5da #38da6d

Monochromatic Colors of #38dabe

#38dabe

Complementary Color

#38dabe #da3854

#38dabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38dabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#38dabe Color CSS Codes

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

#38dabe Text Font Color

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

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


#38dabe Background Color

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

This div background color is #38dabe


#38dabe Border Color

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

This div border color is #38dabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38dabe


Comments

No comments written yet.

Please login to write comment.