Color Hex Logo

#38a2af Color Hex

#38A2AF
(56,162,175)
0 Favorites   0 Comments

Color spaces of #38a2af

RGB 56162175
HSL0.520.520.45
HSV187°68°69°
CMYK 0.680.070.00   0.31
XYZ22.289129.776645.1301
Yxy29.77660.22930.3064
Hunter Lab54.5679-22.5829-10.8379
CIE-Lab61.4610-25.5496-15.5653

#38a2af color RGB value is (56,162,175).

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

The process color (four color CMYK) of #38a2af color hex is 0.68, 0.07, 0.00, 0.31. Web safe color of #38a2af is #339999. Color #38a2af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10100010 10101111
Octal 70 242 257
Decimal 56 162 175
Hex 38 A2 AF

RGB Percentages of Color #38a2af

%14.25
%41.22
%44.53

CMYK Percentages of Color #38a2af

%68
%7
%0
%31

Triadic Colors of #38a2af

#38a2af #af38a2 #a2af38

Analogous Colors of #38a2af

#38a2af #3867af #38af81

Monochromatic Colors of #38a2af

#38a2af

Complementary Color

#38a2af #af4538

#38a2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38a2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#38a2af Color CSS Codes

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

#38a2af Text Font Color

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

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


#38a2af Background Color

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

This div background color is #38a2af


#38a2af Border Color

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

This div border color is #38a2af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38a2af


Comments

No comments written yet.

Please login to write comment.