Color Hex Logo

#38abad Color Hex

#38ABAD
(56,171,173)
0 Favorites   0 Comments

Color spaces of #38abad

RGB 56171173
HSL0.500.510.45
HSV181°68°68°
CMYK 0.680.010.00   0.32
XYZ23.736632.983744.6506
Yxy32.98370.23420.3254
Hunter Lab57.4314-26.7304-5.8936
CIE-Lab64.1477-30.5952-10.4030

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101011 10101101
Octal 70 253 255
Decimal 56 171 173
Hex 38 AB AD

RGB Percentages of Color #38abad

%14.00
%42.75
%43.25

CMYK Percentages of Color #38abad

%68
%1
%0
%32

Triadic Colors of #38abad

#38abad #ad38ab #abad38

Analogous Colors of #38abad

#38abad #3871ad #38ad75

Monochromatic Colors of #38abad

#38abad

Complementary Color

#38abad #ad3a38

#38abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#38abad Color CSS Codes

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

#38abad Text Font Color

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

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


#38abad Background Color

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

This div background color is #38abad


#38abad Border Color

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

This div border color is #38abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38abad


Comments

No comments written yet.

Please login to write comment.