Color Hex Logo

#3988ae Color Hex

#3988AE
(57,136,174)
0 Favorites   0 Comments

Color spaces of #3988ae

RGB 57136174
HSL0.550.510.45
HSV199°67°68°
CMYK 0.670.220.00   0.32
XYZ18.131521.534243.2453
Yxy21.53420.21870.2597
Hunter Lab46.4050-11.4646-22.7695
CIE-Lab53.5293-11.8657-27.1352

#3988ae color RGB value is (57,136,174).

#3988ae hex color red value is 57, green value is 136 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #3988ae hue: 0.55 , saturation: 0.51 and the lightness value of 3988ae is 0.45.

The process color (four color CMYK) of #3988ae color hex is 0.67, 0.22, 0.00, 0.32. Web safe color of #3988ae is #339999. Color #3988ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001000 10101110
Octal 71 210 256
Decimal 57 136 174
Hex 39 88 AE

RGB Percentages of Color #3988ae

%15.53
%37.06
%47.41

CMYK Percentages of Color #3988ae

%67
%22
%0
%32

Triadic Colors of #3988ae

#3988ae #ae3988 #88ae39

Analogous Colors of #3988ae

#3988ae #394eae #39ae9a

Monochromatic Colors of #3988ae

#3988ae

Complementary Color

#3988ae #ae5f39

#3988ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3988ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3988ae Color CSS Codes

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

#3988ae Text Font Color

<p style="color:#3988ae">Text here</p>

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


#3988ae Background Color

<div style="background-color:#3988ae">
Div content here</div>

This div background color is #3988ae


#3988ae Border Color

<div style="border:3px solid #3988ae">
Div here</div>

This div border color is #3988ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,136,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3988ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3988ae;
  -webkit-box-shadow: 1px 1px 3px 2px #3988ae;
  box-shadow:         1px 1px 3px 2px #3988ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3988ae


Comments

No comments written yet.

Please login to write comment.