Color Hex Logo

#38dbba Color Hex

#38DBBA
(56,219,186)
0 Favorites   0 Comments

Color spaces of #38dbba

RGB 56219186
HSL0.470.690.54
HSV168°74°86°
CMYK 0.740.000.15   0.14
XYZ35.825355.049055.1917
Yxy55.04900.24530.3769
Hunter Lab74.1950-43.65207.8323
CIE-Lab79.0695-48.60494.4470

#38dbba color RGB value is (56,219,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11011011 10111010
Octal 70 333 272
Decimal 56 219 186
Hex 38 DB BA

RGB Percentages of Color #38dbba

%12.15
%47.51
%40.35

CMYK Percentages of Color #38dbba

%74
%0
%15
%14

Triadic Colors of #38dbba

#38dbba #ba38db #dbba38

Analogous Colors of #38dbba

#38dbba #38abdb #38db69

Monochromatic Colors of #38dbba

#38dbba

Complementary Color

#38dbba #db3859

#38dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#38dbba Color CSS Codes

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

#38dbba Text Font Color

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

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


#38dbba Background Color

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

This div background color is #38dbba


#38dbba Border Color

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

This div border color is #38dbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38dbba


Comments

No comments written yet.

Please login to write comment.