Color Hex Logo

#398eee Color Hex

#398EEE
(57,142,238)
0 Favorites   0 Comments

Color spaces of #398eee

RGB 57142238
HSL0.590.840.58
HSV212°76°93°
CMYK 0.760.400.00   0.07
XYZ26.793026.388984.5703
Yxy26.38890.19450.1916
Hunter Lab51.37013.2021-61.6496
CIE-Lab58.40447.1333-55.5605

#398eee color RGB value is (57,142,238).

#398eee hex color red value is 57, green value is 142 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #398eee hue: 0.59 , saturation: 0.84 and the lightness value of 398eee is 0.58.

The process color (four color CMYK) of #398eee color hex is 0.76, 0.40, 0.00, 0.07. Web safe color of #398eee is #3399ff. Color #398eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001110 11101110
Octal 71 216 356
Decimal 57 142 238
Hex 39 8E EE

RGB Percentages of Color #398eee

%13.04
%32.49
%54.46

CMYK Percentages of Color #398eee

%76
%40
%0
%7

Triadic Colors of #398eee

#398eee #ee398e #8eee39

Analogous Colors of #398eee

#398eee #3e39ee #39e9ee

Monochromatic Colors of #398eee

#398eee

Complementary Color

#398eee #ee9939

#398eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#398eee Color CSS Codes

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

#398eee Text Font Color

<p style="color:#398eee">Text here</p>

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


#398eee Background Color

<div style="background-color:#398eee">
Div content here</div>

This div background color is #398eee


#398eee Border Color

<div style="border:3px solid #398eee">
Div here</div>

This div border color is #398eee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,142,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #398eee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #398eee;
  -webkit-box-shadow: 1px 1px 3px 2px #398eee;
  box-shadow:         1px 1px 3px 2px #398eee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,142,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 #398eee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398eee


Comments

No comments written yet.

Please login to write comment.