Color Hex Logo

#38aabd Color Hex

#38AABD
(56,170,189)
0 Favorites   0 Comments

Color spaces of #38aabd

RGB 56170189
HSL0.520.540.48
HSV189°70°74°
CMYK 0.700.100.00   0.26
XYZ25.190933.264353.2371
Yxy33.26430.22550.2978
Hunter Lab57.6752-22.9679-14.3550
CIE-Lab64.3743-25.2686-18.9843

#38aabd color RGB value is (56,170,189).

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

The process color (four color CMYK) of #38aabd color hex is 0.70, 0.10, 0.00, 0.26. Web safe color of #38aabd is #3399cc. Color #38aabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101010 10111101
Octal 70 252 275
Decimal 56 170 189
Hex 38 AA BD

RGB Percentages of Color #38aabd

%13.49
%40.96
%45.54

CMYK Percentages of Color #38aabd

%70
%10
%0
%26

Triadic Colors of #38aabd

#38aabd #bd38aa #aabd38

Analogous Colors of #38aabd

#38aabd #3868bd #38bd8e

Monochromatic Colors of #38aabd

#38aabd

Complementary Color

#38aabd #bd4b38

#38aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#38aabd Color CSS Codes

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

#38aabd Text Font Color

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

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


#38aabd Background Color

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

This div background color is #38aabd


#38aabd Border Color

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

This div border color is #38aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38aabd


Comments

No comments written yet.

Please login to write comment.