Color Hex Logo

#38ddba Color Hex

#38DDBA
(56,221,186)
0 Favorites   0 Comments

Color spaces of #38ddba

RGB 56221186
HSL0.460.710.54
HSV167°75°87°
CMYK 0.750.000.16   0.13
XYZ36.350356.098855.3667
Yxy56.09880.24590.3795
Hunter Lab74.8991-44.44338.6012
CIE-Lab79.6700-49.43775.3140

#38ddba color RGB value is (56,221,186).

#38ddba hex color red value is 56, green value is 221 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #38ddba hue: 0.46 , saturation: 0.71 and the lightness value of 38ddba is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11011101 10111010
Octal 70 335 272
Decimal 56 221 186
Hex 38 DD BA

RGB Percentages of Color #38ddba

%12.10
%47.73
%40.17

CMYK Percentages of Color #38ddba

%75
%0
%16
%13

Triadic Colors of #38ddba

#38ddba #ba38dd #ddba38

Analogous Colors of #38ddba

#38ddba #38aedd #38dd68

Monochromatic Colors of #38ddba

#38ddba

Complementary Color

#38ddba #dd385b

#38ddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ddba Color CSS Codes

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

#38ddba Text Font Color

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

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


#38ddba Background Color

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

This div background color is #38ddba


#38ddba Border Color

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

This div border color is #38ddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ddba


Comments

No comments written yet.

Please login to write comment.