Color Hex Logo

#3996be Color Hex

#3996BE
(57,150,190)
0 Favorites   0 Comments

Color spaces of #3996be

RGB 57150190
HSL0.550.540.48
HSV198°70°75°
CMYK 0.700.210.00   0.25
XYZ21.888026.400352.6573
Yxy26.40030.21680.2615
Hunter Lab51.3812-13.8775-24.7956
CIE-Lab58.4151-14.2814-28.6848

#3996be color RGB value is (57,150,190).

#3996be hex color red value is 57, green value is 150 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3996be hue: 0.55 , saturation: 0.54 and the lightness value of 3996be is 0.48.

The process color (four color CMYK) of #3996be color hex is 0.70, 0.21, 0.00, 0.25. Web safe color of #3996be is #3399cc. Color #3996be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10010110 10111110
Octal 71 226 276
Decimal 57 150 190
Hex 39 96 BE

RGB Percentages of Color #3996be

%14.36
%37.78
%47.86

CMYK Percentages of Color #3996be

%70
%21
%0
%25

Triadic Colors of #3996be

#3996be #be3996 #96be39

Analogous Colors of #3996be

#3996be #3953be #39bea4

Monochromatic Colors of #3996be

#3996be

Complementary Color

#3996be #be6139

#3996be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3996be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3996be Color CSS Codes

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

#3996be Text Font Color

<p style="color:#3996be">Text here</p>

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


#3996be Background Color

<div style="background-color:#3996be">
Div content here</div>

This div background color is #3996be


#3996be Border Color

<div style="border:3px solid #3996be">
Div here</div>

This div border color is #3996be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,150,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3996be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3996be;
  -webkit-box-shadow: 1px 1px 3px 2px #3996be;
  box-shadow:         1px 1px 3px 2px #3996be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3996be


Comments

No comments written yet.

Please login to write comment.