Color Hex Logo

#038baa Color Hex

#038BAA
(3,139,170)
0 Favorites   0 Comments

Color spaces of #038baa

RGB 3139170
HSL0.530.970.34
HSV191°98°67°
CMYK 0.980.180.00   0.33
XYZ16.525921.386941.2873
Yxy21.38690.20870.2700
Hunter Lab46.2460-17.1439-20.5605
CIE-Lab53.3704-19.9407-25.1560

#038baa color RGB value is (3,139,170).

#038baa hex color red value is 3, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #038baa hue: 0.53 , saturation: 0.97 and the lightness value of 038baa is 0.34.

The process color (four color CMYK) of #038baa color hex is 0.98, 0.18, 0.00, 0.33. Web safe color of #038baa is #009999. Color #038baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10001011 10101010
Octal 3 213 252
Decimal 3 139 170
Hex 3 8B AA

RGB Percentages of Color #038baa

%0.96
%44.55
%54.49

CMYK Percentages of Color #038baa

%98
%18
%0
%33

Triadic Colors of #038baa

#038baa #aa038b #8baa03

Analogous Colors of #038baa

#038baa #0338aa #03aa76

Monochromatic Colors of #038baa

#038baa

Complementary Color

#038baa #aa2203

#038baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#038baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#038baa Color CSS Codes

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

#038baa Text Font Color

<p style="color:#038baa">Text here</p>

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


#038baa Background Color

<div style="background-color:#038baa">
Div content here</div>

This div background color is #038baa


#038baa Border Color

<div style="border:3px solid #038baa">
Div here</div>

This div border color is #038baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,139,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #038baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #038baa;
  -webkit-box-shadow: 1px 1px 3px 2px #038baa;
  box-shadow:         1px 1px 3px 2px #038baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #038baa


Comments

No comments written yet.

Please login to write comment.