Color Hex Logo

#038adb Color Hex

#038ADB
(3,138,219)
0 Favorites   0 Comments

Color spaces of #038adb

RGB 3138219
HSL0.560.970.44
HSV203°99°86°
CMYK 0.990.370.00   0.14
XYZ21.912223.310870.3624
Yxy23.31080.18960.2017
Hunter Lab48.2813-3.4809-52.6090
CIE-Lab55.3910-1.1339-49.8234

#038adb color RGB value is (3,138,219).

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

The process color (four color CMYK) of #038adb color hex is 0.99, 0.37, 0.00, 0.14. Web safe color of #038adb is #0099cc. Color #038adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10001010 11011011
Octal 3 212 333
Decimal 3 138 219
Hex 3 8A DB

RGB Percentages of Color #038adb

%0.83
%38.33
%60.83

CMYK Percentages of Color #038adb

%99
%37
%0
%14

Triadic Colors of #038adb

#038adb #db038a #8adb03

Analogous Colors of #038adb

#038adb #031edb #03dbc0

Monochromatic Colors of #038adb

#038adb

Complementary Color

#038adb #db5403

#038adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#038adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#038adb Color CSS Codes

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

#038adb Text Font Color

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

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


#038adb Background Color

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

This div background color is #038adb


#038adb Border Color

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

This div border color is #038adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #038adb


Comments

No comments written yet.

Please login to write comment.