color codes Logo

#038abd color codes

#038ABD
(3,138,189)
0 Favorites   0 Comments

Color spaces of #038abd

RGB 3138189
HSL0.550.970.38
HSV196°98°74°
CMYK 0.980.270.00   0.26
XYZ18.311321.870451.4004
Yxy21.87040.19990.2388
Hunter Lab46.7658-11.9479-32.4297
CIE-Lab53.8892-12.4690-35.2289

#038abd color RGB value is (3,138,189).

#038abd hex color red value is 3, green value is 138 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #038abd hue: 0.55 , saturation: 0.97 and the lightness value of 038abd is 0.38.

The process color (four color CMYK) of #038abd color code is 0.98, 0.27, 0.00, 0.26. Web safe color of #038abd is #0099cc. Color #038abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10001010 10111101
Octal 3 212 275
Decimal 3 138 189
Hex 3 8A BD

RGB Percentages of Color #038abd

%0.91
%41.82
%57.27

CMYK Percentages of Color #038abd

%98
%27
%0
%26

Triadic Colors of #038abd

#038abd #bd038a #8abd03

Analogous Colors of #038abd

#038abd #032dbd #03bd93

Monochromatic Colors of #038abd

#038abd

Complementary Color

#038abd #bd3603

#038abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#038abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#038abd Color CSS Codes

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

#038abd Text Font Color

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

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


#038abd Background Color

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

This div background color is #038abd


#038abd Border Color

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

This div border color is #038abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,138,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 #038abd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #038abd


Comments

No comments written yet.

Please login to write comment.