Color Hex Logo

#38adad Color Hex

#38ADAD
(56,173,173)
0 Favorites   0 Comments

Color spaces of #38adad

RGB 56173173
HSL0.500.510.45
HSV180°68°68°
CMYK 0.680.000.00   0.32
XYZ24.117333.745044.7775
Yxy33.74500.23500.3288
Hunter Lab58.0904-27.5508-5.0388
CIE-Lab64.7597-31.5584-9.4885

#38adad color RGB value is (56,173,173).

#38adad hex color red value is 56, green value is 173 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #38adad hue: 0.50 , saturation: 0.51 and the lightness value of 38adad is 0.45.

The process color (four color CMYK) of #38adad color hex is 0.68, 0.00, 0.00, 0.32. Web safe color of #38adad is #339999. Color #38adad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101101 10101101
Octal 70 255 255
Decimal 56 173 173
Hex 38 AD AD

RGB Percentages of Color #38adad

%13.93
%43.03
%43.03

CMYK Percentages of Color #38adad

%68
%0
%0
%32

Triadic Colors of #38adad

#38adad #ad38ad #adad38

Analogous Colors of #38adad

#38adad #3873ad #38ad73

Monochromatic Colors of #38adad

#38adad

Complementary Color

#38adad #ad3838

#38adad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38adad Color Preview on White Background

Lorem ipsum dolor sit amet.

#38adad Color CSS Codes

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

#38adad Text Font Color

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

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


#38adad Background Color

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

This div background color is #38adad


#38adad Border Color

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

This div border color is #38adad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38adad


Comments

No comments written yet.

Please login to write comment.