Color Hex Logo

#38bdac Color Hex

#38BDAC
(56,189,172)
0 Favorites   0 Comments

Color spaces of #38bdac

RGB 56189172
HSL0.480.540.48
HSV172°70°74°
CMYK 0.700.000.09   0.26
XYZ27.274940.214545.3544
Yxy40.21450.24170.3564
Hunter Lab63.4149-34.20281.9862
CIE-Lab69.6220-39.2648-1.7411

#38bdac color RGB value is (56,189,172).

#38bdac hex color red value is 56, green value is 189 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #38bdac hue: 0.48 , saturation: 0.54 and the lightness value of 38bdac is 0.48.

The process color (four color CMYK) of #38bdac color hex is 0.70, 0.00, 0.09, 0.26. Web safe color of #38bdac is #33cc99. Color #38bdac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111101 10101100
Octal 70 275 254
Decimal 56 189 172
Hex 38 BD AC

RGB Percentages of Color #38bdac

%13.43
%45.32
%41.25

CMYK Percentages of Color #38bdac

%70
%0
%9
%26

Triadic Colors of #38bdac

#38bdac #ac38bd #bdac38

Analogous Colors of #38bdac

#38bdac #388cbd #38bd6a

Monochromatic Colors of #38bdac

#38bdac

Complementary Color

#38bdac #bd3849

#38bdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bdac Color CSS Codes

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

#38bdac Text Font Color

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

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


#38bdac Background Color

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

This div background color is #38bdac


#38bdac Border Color

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

This div border color is #38bdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bdac

#38bdac Color Palettes


Comments

No comments written yet.

Please login to write comment.