Color Hex Logo

#38a2bb Color Hex

#38A2BB
(56,162,187)
0 Favorites   0 Comments

Color spaces of #38a2bb

RGB 56162187
HSL0.530.540.48
HSV191°70°73°
CMYK 0.700.130.00   0.27
XYZ23.520930.269351.6166
Yxy30.26930.22310.2872
Hunter Lab55.0175-19.9690-17.1127
CIE-Lab61.8859-21.8026-21.6596

#38a2bb color RGB value is (56,162,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10100010 10111011
Octal 70 242 273
Decimal 56 162 187
Hex 38 A2 BB

RGB Percentages of Color #38a2bb

%13.83
%40.00
%46.17

CMYK Percentages of Color #38a2bb

%70
%13
%0
%27

Triadic Colors of #38a2bb

#38a2bb #bb38a2 #a2bb38

Analogous Colors of #38a2bb

#38a2bb #3860bb #38bb93

Monochromatic Colors of #38a2bb

#38a2bb

Complementary Color

#38a2bb #bb5138

#38a2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38a2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#38a2bb Color CSS Codes

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

#38a2bb Text Font Color

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

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


#38a2bb Background Color

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

This div background color is #38a2bb


#38a2bb Border Color

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

This div border color is #38a2bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38a2bb


Comments

No comments written yet.

Please login to write comment.