Color Hex Logo

#3998ec Color Hex

#3998EC
(57,152,236)
0 Favorites   0 Comments

Color spaces of #3998ec

RGB 57152236
HSL0.580.820.57
HSV208°76°93°
CMYK 0.760.360.00   0.07
XYZ28.055929.382583.5496
Yxy29.38250.19900.2084
Hunter Lab54.2056-2.4713-53.4424
CIE-Lab61.11770.5099-50.1397

#3998ec color RGB value is (57,152,236).

#3998ec hex color red value is 57, green value is 152 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3998ec hue: 0.58 , saturation: 0.82 and the lightness value of 3998ec is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011000 11101100
Octal 71 230 354
Decimal 57 152 236
Hex 39 98 EC

RGB Percentages of Color #3998ec

%12.81
%34.16
%53.03

CMYK Percentages of Color #3998ec

%76
%36
%0
%7

Triadic Colors of #3998ec

#3998ec #ec3998 #98ec39

Analogous Colors of #3998ec

#3998ec #393eec #39ece7

Monochromatic Colors of #3998ec

#3998ec

Complementary Color

#3998ec #ec8d39

#3998ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3998ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3998ec Color CSS Codes

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

#3998ec Text Font Color

<p style="color:#3998ec">Text here</p>

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


#3998ec Background Color

<div style="background-color:#3998ec">
Div content here</div>

This div background color is #3998ec


#3998ec Border Color

<div style="border:3px solid #3998ec">
Div here</div>

This div border color is #3998ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,152,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3998ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3998ec;
  -webkit-box-shadow: 1px 1px 3px 2px #3998ec;
  box-shadow:         1px 1px 3px 2px #3998ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,152,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3998ec


Comments

No comments written yet.

Please login to write comment.