Color Hex Logo

#38abae Color Hex

#38ABAE
(56,171,174)
0 Favorites   0 Comments

Color spaces of #38abae

RGB 56171174
HSL0.500.510.45
HSV182°68°68°
CMYK 0.680.020.00   0.32
XYZ23.833833.022645.1622
Yxy33.02260.23360.3237
Hunter Lab57.4653-26.5312-6.3705
CIE-Lab64.1792-30.3017-10.9140

#38abae color RGB value is (56,171,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101011 10101110
Octal 70 253 256
Decimal 56 171 174
Hex 38 AB AE

RGB Percentages of Color #38abae

%13.97
%42.64
%43.39

CMYK Percentages of Color #38abae

%68
%2
%0
%32

Triadic Colors of #38abae

#38abae #ae38ab #abae38

Analogous Colors of #38abae

#38abae #3870ae #38ae76

Monochromatic Colors of #38abae

#38abae

Complementary Color

#38abae #ae3b38

#38abae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38abae Color Preview on White Background

Lorem ipsum dolor sit amet.

#38abae Color CSS Codes

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

#38abae Text Font Color

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

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


#38abae Background Color

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

This div background color is #38abae


#38abae Border Color

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

This div border color is #38abae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38abae

#38abae Color Palettes


Comments

No comments written yet.

Please login to write comment.