Color Hex Logo

#038aee Color Hex

#038AEE
(3,138,238)
0 Favorites   0 Comments

Color spaces of #038aee

RGB 3138238
HSL0.570.980.47
HSV206°99°93°
CMYK 0.990.420.00   0.07
XYZ24.558624.369484.2983
Yxy24.36940.18430.1829
Hunter Lab49.36542.4119-66.6902
CIE-Lab56.45586.1533-58.7229

#038aee color RGB value is (3,138,238).

#038aee hex color red value is 3, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #038aee hue: 0.57 , saturation: 0.98 and the lightness value of 038aee is 0.47.

The process color (four color CMYK) of #038aee color hex is 0.99, 0.42, 0.00, 0.07. Web safe color of #038aee is #0099ff. Color #038aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10001010 11101110
Octal 3 212 356
Decimal 3 138 238
Hex 3 8A EE

RGB Percentages of Color #038aee

%0.79
%36.41
%62.80

CMYK Percentages of Color #038aee

%99
%42
%0
%7

Triadic Colors of #038aee

#038aee #ee038a #8aee03

Analogous Colors of #038aee

#038aee #0314ee #03eedd

Monochromatic Colors of #038aee

#038aee

Complementary Color

#038aee #ee6703

#038aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#038aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#038aee Color CSS Codes

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

#038aee Text Font Color

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

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


#038aee Background Color

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

This div background color is #038aee


#038aee Border Color

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

This div border color is #038aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #038aee


Comments

No comments written yet.

Please login to write comment.