Color Hex Logo

#38a3bd Color Hex

#38A3BD
(56,163,189)
0 Favorites   0 Comments

Color spaces of #38a3bd

RGB 56163189
HSL0.530.540.48
HSV192°70°74°
CMYK 0.700.140.00   0.26
XYZ23.913430.709352.8112
Yxy30.70930.22260.2858
Hunter Lab55.4160-19.9507-17.7120
CIE-Lab62.2615-21.6850-22.2059

#38a3bd color RGB value is (56,163,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10100011 10111101
Octal 70 243 275
Decimal 56 163 189
Hex 38 A3 BD

RGB Percentages of Color #38a3bd

%13.73
%39.95
%46.32

CMYK Percentages of Color #38a3bd

%70
%14
%0
%26

Triadic Colors of #38a3bd

#38a3bd #bd38a3 #a3bd38

Analogous Colors of #38a3bd

#38a3bd #3861bd #38bd95

Monochromatic Colors of #38a3bd

#38a3bd

Complementary Color

#38a3bd #bd5238

#38a3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38a3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#38a3bd Color CSS Codes

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

#38a3bd Text Font Color

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

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


#38a3bd Background Color

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

This div background color is #38a3bd


#38a3bd Border Color

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

This div border color is #38a3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38a3bd


Comments

No comments written yet.

Please login to write comment.